| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.plan | |
| org.apache.hadoop.hive.ql.udf.ptf |
| Modifier and Type | Method and Description |
|---|---|
static void |
PTFOperator.connectLeadLagFunctionsToPartition(PTFDesc ptfDesc,
PTFPartition.PTFPartitionIterator<Object> pItr) |
| Modifier and Type | Method and Description |
|---|---|
PTFDesc |
PTFTranslator.translate(PTFInvocationSpec qSpec,
SemanticAnalyzer semAly,
HiveConf hCfg,
RowResolver inputRR,
UnparseTranslator unparseT) |
PTFDesc |
PTFTranslator.translate(WindowingSpec wdwSpec,
SemanticAnalyzer semAly,
HiveConf hCfg,
RowResolver inputRR,
UnparseTranslator unparseT) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PTFDeserializer.alterOutputOIForStreaming(PTFDesc ptfDesc) |
| Constructor and Description |
|---|
PTFDeserializer(PTFDesc ptfDesc,
StructObjectInspector inputOI,
org.apache.hadoop.conf.Configuration hConf) |
| Modifier and Type | Field and Description |
|---|---|
protected PTFDesc |
TableFunctionEvaluator.ptfDesc |
| Modifier and Type | Method and Description |
|---|---|
PTFDesc |
TableFunctionResolver.getPtfDesc() |
protected PTFDesc |
TableFunctionEvaluator.getQueryDef() |
| Modifier and Type | Method and Description |
|---|---|
protected TableFunctionEvaluator |
WindowingTableFunction.WindowingTableFunctionResolver.createEvaluator(PTFDesc ptfDesc,
PartitionedTableFunctionDef tDef) |
protected abstract TableFunctionEvaluator |
TableFunctionResolver.createEvaluator(PTFDesc ptfDesc,
PartitionedTableFunctionDef tDef) |
protected TableFunctionEvaluator |
NoopWithMapStreaming.NoopWithMapStreamingResolver.createEvaluator(PTFDesc ptfDesc,
PartitionedTableFunctionDef tDef) |
protected TableFunctionEvaluator |
NoopWithMap.NoopWithMapResolver.createEvaluator(PTFDesc ptfDesc,
PartitionedTableFunctionDef tDef) |
protected TableFunctionEvaluator |
NoopStreaming.NoopStreamingResolver.createEvaluator(PTFDesc ptfDesc,
PartitionedTableFunctionDef tDef) |
protected TableFunctionEvaluator |
Noop.NoopResolver.createEvaluator(PTFDesc ptfDesc,
PartitionedTableFunctionDef tDef) |
protected TableFunctionEvaluator |
MatchPath.MatchPathResolver.createEvaluator(PTFDesc ptfDesc,
PartitionedTableFunctionDef tDef) |
void |
TableFunctionResolver.initialize(HiveConf cfg,
PTFDesc ptfDesc,
PartitionedTableFunctionDef tDef) |
void |
TableFunctionResolver.initialize(PTFDesc ptfDesc,
PartitionedTableFunctionDef tDef,
TableFunctionEvaluator evaluator) |
protected void |
TableFunctionEvaluator.setQueryDef(PTFDesc ptfDesc) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.