Class Type.ParameterBooleanValue

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

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

    • ParameterBooleanValue

      public ParameterBooleanValue()
  • Method Details

    • value

      public abstract boolean value()