Class CEPFieldRef
java.lang.Object
org.apache.beam.sdk.extensions.sql.impl.cep.CEPOperation
org.apache.beam.sdk.extensions.sql.impl.cep.CEPFieldRef
- All Implemented Interfaces:
 Serializable
A 
CEPFieldRef instance represents a node that points to a specified field in a 
 Row. It has similar functionality as Calcite's RexPatternFieldRef.- See Also:
 
- 
Method Summary
Methods inherited from class org.apache.beam.sdk.extensions.sql.impl.cep.CEPOperation
of 
- 
Method Details
- 
of
public static CEPFieldRef of(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexPatternFieldRef rexFieldRef)  - 
getAlpha
 - 
getIndex
public int getIndex() - 
toString
 
 -