| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.plan | |
| org.apache.hadoop.hive.ql.plan.ptf | |
| org.apache.hadoop.hive.ql.udf.ptf |
| Modifier and Type | Method and Description |
|---|---|
PTFExpressionDef |
PTFTranslator.buildExpressionDef(ShapeDetails inpShape,
ASTNode arg) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PTFDeserializer.initialize(PTFExpressionDef eDef,
ShapeDetails inpShape) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderExpressionDef |
class |
WindowExpressionDef |
class |
WindowFunctionDef |
| Modifier and Type | Method and Description |
|---|---|
PTFExpressionDef |
ValueBoundaryDef.getExpressionDef() |
| Modifier and Type | Method and Description |
|---|---|
List<PTFExpressionDef> |
WindowFunctionDef.getArgs() |
List<PTFExpressionDef> |
PartitionedTableFunctionDef.getArgs() |
List<PTFExpressionDef> |
PartitionDef.getExpressions() |
| Modifier and Type | Method and Description |
|---|---|
void |
WindowFunctionDef.addArg(PTFExpressionDef arg) |
void |
PartitionedTableFunctionDef.addArg(PTFExpressionDef arg) |
void |
PartitionDef.addExpression(PTFExpressionDef e) |
void |
ValueBoundaryDef.setExpressionDef(PTFExpressionDef expressionDef) |
| Modifier and Type | Method and Description |
|---|---|
void |
WindowFunctionDef.setArgs(List<PTFExpressionDef> args) |
void |
PartitionedTableFunctionDef.setArgs(List<PTFExpressionDef> args) |
void |
PartitionDef.setExpressions(List<PTFExpressionDef> expressions) |
| Constructor and Description |
|---|
OrderExpressionDef(PTFExpressionDef e) |
PTFExpressionDef(PTFExpressionDef e) |
| Constructor and Description |
|---|
WindowingTableFunction.DoubleValueBoundaryScanner(BoundaryDef bndDef,
PTFInvocationSpec.Order order,
PTFExpressionDef expressionDef) |
WindowingTableFunction.HiveDecimalValueBoundaryScanner(BoundaryDef bndDef,
PTFInvocationSpec.Order order,
PTFExpressionDef expressionDef) |
WindowingTableFunction.LongValueBoundaryScanner(BoundaryDef bndDef,
PTFInvocationSpec.Order order,
PTFExpressionDef expressionDef) |
WindowingTableFunction.StringValueBoundaryScanner(BoundaryDef bndDef,
PTFInvocationSpec.Order order,
PTFExpressionDef expressionDef) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.