Class LiteralDTO

java.lang.Object
org.apache.gravitino.dto.rel.expressions.LiteralDTO
All Implemented Interfaces:
FunctionArg, Expression, Literal<String>

public class LiteralDTO extends Object implements Literal<String>, FunctionArg
Represents a Literal Data Transfer Object (DTO) that implements the Literal interface.
  • Field Details

    • NULL

      public static final LiteralDTO NULL
      An instance of LiteralDTO with a value of "NULL" and a data type of Types.NullType.get().
  • Method Details