Uses of Class
org.apache.pinot.common.request.Literal
-
Packages that use Literal Package Description org.apache.pinot.common.request org.apache.pinot.common.request.context -
-
Uses of Literal in org.apache.pinot.common.request
Fields in org.apache.pinot.common.request declared as Literal Modifier and Type Field Description LiteralExpression. literalMethods in org.apache.pinot.common.request that return Literal Modifier and Type Method Description static LiteralLiteral. binaryValue(byte[] value)static LiteralLiteral. binaryValue(ByteBuffer value)static LiteralLiteral. boolValue(boolean value)static LiteralLiteral. byteValue(byte value)LiteralLiteral. deepCopy()static LiteralLiteral. doubleValue(double value)LiteralExpression. getLiteral()static LiteralLiteral. intValue(int value)static LiteralLiteral. longValue(long value)static LiteralLiteral. shortValue(short value)static LiteralLiteral. stringValue(String value)Methods in org.apache.pinot.common.request with parameters of type Literal Modifier and Type Method Description intLiteral. compareTo(Literal other)booleanLiteral. equals(Literal other)ExpressionExpression. setLiteral(Literal literal)Constructors in org.apache.pinot.common.request with parameters of type Literal Constructor Description Literal(Literal other) -
Uses of Literal in org.apache.pinot.common.request.context
Methods in org.apache.pinot.common.request.context with parameters of type Literal Modifier and Type Method Description static ExpressionContextExpressionContext. forLiteralContext(Literal literal)Constructors in org.apache.pinot.common.request.context with parameters of type Literal Constructor Description LiteralContext(Literal literal)
-