Class TypeExpression.FixedBinary

java.lang.Object
io.substrait.function.TypeExpression.BaseTypeExpression
io.substrait.function.TypeExpression.FixedBinary
All Implemented Interfaces:
NullableType, TypeExpression
Enclosing interface:
TypeExpression

@Immutable public abstract static class TypeExpression.FixedBinary extends TypeExpression.BaseTypeExpression implements NullableType
  • Constructor Details

    • FixedBinary

      public FixedBinary()
  • Method Details

    • length

      public abstract TypeExpression length()
    • builder

      public static io.substrait.function.ImmutableTypeExpression.FixedBinary.Builder builder()