|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WindowingSpec.Direction | |
|---|---|
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.plan.ptf | |
| Uses of WindowingSpec.Direction in org.apache.hadoop.hive.ql.parse |
|---|
| Methods in org.apache.hadoop.hive.ql.parse that return WindowingSpec.Direction | |
|---|---|
abstract WindowingSpec.Direction |
WindowingSpec.BoundarySpec.getDirection()
|
WindowingSpec.Direction |
WindowingSpec.RangeBoundarySpec.getDirection()
|
WindowingSpec.Direction |
WindowingSpec.CurrentRowSpec.getDirection()
|
WindowingSpec.Direction |
WindowingSpec.ValueBoundarySpec.getDirection()
|
static WindowingSpec.Direction |
WindowingSpec.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WindowingSpec.Direction[] |
WindowingSpec.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.hadoop.hive.ql.parse with parameters of type WindowingSpec.Direction | |
|---|---|
abstract void |
WindowingSpec.BoundarySpec.setDirection(WindowingSpec.Direction dir)
|
void |
WindowingSpec.RangeBoundarySpec.setDirection(WindowingSpec.Direction direction)
|
void |
WindowingSpec.CurrentRowSpec.setDirection(WindowingSpec.Direction dir)
|
void |
WindowingSpec.ValueBoundarySpec.setDirection(WindowingSpec.Direction direction)
|
| Constructors in org.apache.hadoop.hive.ql.parse with parameters of type WindowingSpec.Direction | |
|---|---|
WindowingSpec.RangeBoundarySpec(WindowingSpec.Direction direction,
int amt)
|
|
WindowingSpec.ValueBoundarySpec(WindowingSpec.Direction direction,
int amt)
|
|
| Uses of WindowingSpec.Direction in org.apache.hadoop.hive.ql.plan.ptf |
|---|
| Methods in org.apache.hadoop.hive.ql.plan.ptf that return WindowingSpec.Direction | |
|---|---|
WindowingSpec.Direction |
CurrentRowDef.getDirection()
|
WindowingSpec.Direction |
BoundaryDef.getDirection()
|
| Methods in org.apache.hadoop.hive.ql.plan.ptf with parameters of type WindowingSpec.Direction | |
|---|---|
void |
BoundaryDef.setDirection(WindowingSpec.Direction direction)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||