Package org.apache.gravitino.rel.expressions
package org.apache.gravitino.rel.expressions
-
ClassDescriptionBase class of the public logical expression API.The interface of a function expression.A
FunctionExpression
implementationLiteral<T>Deprecated.This interface will be removed.Creates a literal with the given type value.Represents a field or column reference in the public logical expression API.ANamedReference
that references a field or column.ANamedReference
that references a metadata field.Represents an expression that is not parsed yet.AnUnparsedExpression
implementation