Class CEPLiteral
java.lang.Object
org.apache.beam.sdk.extensions.sql.impl.cep.CEPOperation
org.apache.beam.sdk.extensions.sql.impl.cep.CEPLiteral
- All Implemented Interfaces:
 Serializable
CEPLiteral represents a literal node. It corresponds to RexLiteral in Calcite.- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionintbooleangetByte()getFloat()getInt16()getInt32()getInt64()inthashCode()static CEPLiteralstatic CEPLiteralstatic CEPLiteralstatic CEPLiteralstatic CEPLiteralstatic CEPLiteralstatic CEPLiteralstatic CEPLiteralstatic CEPLiteralof(BigDecimal myDecimal) static CEPLiteralof(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexLiteral lit) static CEPLiteralof(ReadableDateTime myDateTime) Methods inherited from class org.apache.beam.sdk.extensions.sql.impl.cep.CEPOperation
of 
- 
Method Details
- 
of
public static CEPLiteral of(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexLiteral lit)  - 
of
 - 
of
 - 
of
 - 
of
 - 
of
 - 
of
 - 
of
 - 
of
 - 
of
 - 
of
 - 
compareTo
 - 
equals
 - 
hashCode
public int hashCode() - 
getByte
 - 
getInt16
 - 
getInt32
 - 
getInt64
 - 
getDecimal
 - 
getFloat
 - 
getDouble
 - 
getDateTime
 - 
getBoolean
 - 
getString
 - 
getTypeName
 
 -