Class OrderKey
- java.lang.Object
-
- org.apache.beam.sdk.extensions.sql.impl.cep.OrderKey
-
- All Implemented Interfaces:
java.io.Serializable
public class OrderKey extends java.lang.Object implements java.io.SerializableTheOrderKeyclass stores the information to sort a column.Constraints
Strict orders are not supported for now. - See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetDir()intgetIndex()booleangetNullFirst()static OrderKeyof(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.RelFieldCollation orderKey)
-
-
-
Method Detail
-
getIndex
public int getIndex()
-
getDir
public boolean getDir()
-
getNullFirst
public boolean getNullFirst()
-
of
public static OrderKey of(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.RelFieldCollation orderKey)
-
-