Class Type.ParameterStringValue

java.lang.Object
io.substrait.type.Type.ParameterStringValue
All Implemented Interfaces:
Type.Parameter
Direct Known Subclasses:
ImmutableType.ParameterStringValue
Enclosing interface:
Type

@Immutable public abstract static class Type.ParameterStringValue extends Object implements Type.Parameter
A string value parameter.
  • Constructor Details

    • ParameterStringValue

      public ParameterStringValue()
  • Method Details

    • value

      public abstract String value()