Class OrderKey
java.lang.Object
org.apache.beam.sdk.extensions.sql.impl.cep.OrderKey
- All Implemented Interfaces:
 Serializable
The 
OrderKey class stores the information to sort a column.
 Constraints
- See Also:
 
- 
Method Details
- 
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)  
 -