Uses of Class
org.apache.druid.sql.calcite.expression.DruidLiteral
Packages that use DruidLiteral
-
Uses of DruidLiteral in org.apache.druid.sql.calcite.expression
Methods in org.apache.druid.sql.calcite.expression that return DruidLiteralModifier and TypeMethodDescriptionstatic DruidLiteralExpressions.calciteLiteralToDruidLiteral(PlannerContext plannerContext, org.apache.calcite.rex.RexNode rexNode) Create aDruidLiteralfrom a literalRexNode.DruidLiteral.castTo(ExpressionType toType) Methods in org.apache.druid.sql.calcite.expression with parameters of type DruidLiteralModifier and TypeMethodDescriptionstatic DruidExpressionDruidExpression.ofLiteral(DruidLiteral literal) Create a literal expression from anExprEval.