| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.plan.ptf |
| Modifier and Type | Method and Description |
|---|---|
WindowingSpec.WindowType |
WindowingSpec.WindowFrameSpec.getWindowType() |
static WindowingSpec.WindowType |
WindowingSpec.WindowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowingSpec.WindowType[] |
WindowingSpec.WindowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WindowFrameSpec(WindowingSpec.WindowType windowType,
WindowingSpec.BoundarySpec start) |
WindowFrameSpec(WindowingSpec.WindowType windowType,
WindowingSpec.BoundarySpec start,
WindowingSpec.BoundarySpec end) |
| Modifier and Type | Method and Description |
|---|---|
WindowingSpec.WindowType |
WindowFrameDef.getWindowType() |
| Constructor and Description |
|---|
WindowFrameDef(WindowingSpec.WindowType windowType,
BoundaryDef start,
BoundaryDef end) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.