Class Type.ParameterDataType

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

@Immutable public abstract static class Type.ParameterDataType extends Object implements Type.Parameter
A data type parameter, such as the i32 in List<i32>.
  • Constructor Details

    • ParameterDataType

      public ParameterDataType()
  • Method Details

    • type

      public abstract Type type()