Uses of Class
ai.rapids.cudf.ast.Literal
Packages that use Literal
-
Uses of Literal in ai.rapids.cudf.ast
Methods in ai.rapids.cudf.ast that return LiteralModifier and TypeMethodDescriptionstatic LiteralLiteral.ofBoolean(boolean value) Construct a boolean literal with the specified value.static LiteralConstruct a boolean literal with the specified value or null.static LiteralLiteral.ofByte(byte value) Construct a byte literal with the specified value.static LiteralConstruct a byte literal with the specified value or null.static LiteralLiteral.ofDouble(double value) Construct a double literal with the specified value.static LiteralConstruct a double literal with the specified value or null.static LiteralLiteral.ofDurationDaysFromInt(int value) Construct a duration days literal with the specified value.static LiteralLiteral.ofDurationDaysFromInt(Integer value) Construct a duration days literal with the specified value or null.static LiteralLiteral.ofDurationFromLong(DType type, long value) Construct a long-based duration literal with the specified value.static LiteralLiteral.ofDurationFromLong(DType type, Long value) Construct a long-based duration literal with the specified value or null.static LiteralLiteral.ofFloat(float value) Construct a float literal with the specified value.static LiteralConstruct a float literal with the specified value or null.static LiteralLiteral.ofInt(int value) Construct an integer literal with the specified value.static LiteralConstruct an integer literal with the specified value or null.static LiteralLiteral.ofLong(long value) Construct a long literal with the specified value.static LiteralConstruct a long literal with the specified value or null.static LiteralConstruct a null literal of the specified type.static LiteralLiteral.ofShort(short value) Construct a short literal with the specified value.static LiteralConstruct a short literal with the specified value or null.static LiteralConstruct a string literal with the specified value or null.static LiteralLiteral.ofTimestampDaysFromInt(int value) Construct a timestamp days literal with the specified value.static LiteralLiteral.ofTimestampDaysFromInt(Integer value) Construct a timestamp days literal with the specified value or null.static LiteralLiteral.ofTimestampFromLong(DType type, long value) Construct a long-based timestamp literal with the specified value.static LiteralLiteral.ofTimestampFromLong(DType type, Long value) Construct a long-based timestamp literal with the specified value or null.static LiteralLiteral.ofUTF8String(byte[] stringBytes) Construct a string literal directly with byte array to skip transcoding.