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 TypeMethodDescriptionint
boolean
getByte()
getFloat()
getInt16()
getInt32()
getInt64()
int
hashCode()
static CEPLiteral
static CEPLiteral
static CEPLiteral
static CEPLiteral
static CEPLiteral
static CEPLiteral
static CEPLiteral
static CEPLiteral
static CEPLiteral
of
(BigDecimal myDecimal) static CEPLiteral
of
(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.rex.RexLiteral lit) static CEPLiteral
of
(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_28_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
-