Package | Description |
---|---|
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 |
---|---|
protected void |
PTFDeserializer.initialize(BoundaryDef def,
ShapeDetails inpShape) |
Modifier and Type | Class and Description |
---|---|
class |
CurrentRowDef |
class |
RangeBoundaryDef |
class |
ValueBoundaryDef |
Modifier and Type | Method and Description |
---|---|
BoundaryDef |
WindowFrameDef.getEnd() |
BoundaryDef |
WindowFrameDef.getStart() |
Modifier and Type | Method and Description |
---|---|
int |
ValueBoundaryDef.compareTo(BoundaryDef other) |
int |
RangeBoundaryDef.compareTo(BoundaryDef other) |
int |
CurrentRowDef.compareTo(BoundaryDef other) |
void |
WindowFrameDef.setEnd(BoundaryDef end) |
void |
WindowFrameDef.setStart(BoundaryDef start) |
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.