Class Expression.UUIDLiteral

java.lang.Object
io.substrait.expression.Expression.UUIDLiteral
All Implemented Interfaces:
Expression, Expression.Literal, FunctionArg
Enclosing interface:
Expression

@Immutable public abstract static class Expression.UUIDLiteral extends Object implements Expression.Literal
  • Constructor Details

    • UUIDLiteral

      public UUIDLiteral()
  • Method Details

    • value

      public abstract UUID value()
    • getType

      public Type getType()
      Specified by:
      getType in interface Expression
    • builder

      public static io.substrait.expression.ImmutableExpression.UUIDLiteral.Builder builder()
    • accept

      public <R, C extends VisitationContext, E extends Throwable> R accept(ExpressionVisitor<R,C,E> visitor, C context) throws E
      Specified by:
      accept in interface Expression
      Throws:
      E extends Throwable
    • toBytes

      public com.google.protobuf.ByteString toBytes()