| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.plan.ptf | |
| org.apache.hadoop.hive.ql.udf.ptf |
| Modifier and Type | Method and Description |
|---|---|
PTFInvocationSpec.Order |
PTFInvocationSpec.OrderExpression.getOrder() |
static PTFInvocationSpec.Order |
PTFInvocationSpec.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PTFInvocationSpec.Order[] |
PTFInvocationSpec.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PTFInvocationSpec.OrderExpression.setOrder(PTFInvocationSpec.Order order) |
| Modifier and Type | Method and Description |
|---|---|
PTFInvocationSpec.Order |
OrderExpressionDef.getOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderExpressionDef.setOrder(PTFInvocationSpec.Order order) |
| 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.