Class Expand.SwitchingField

java.lang.Object
io.substrait.relation.Expand.SwitchingField
All Implemented Interfaces:
Expand.ExpandField
Enclosing class:
Expand

@Immutable public abstract static class Expand.SwitchingField extends Object implements Expand.ExpandField
  • Constructor Details

    • SwitchingField

      public SwitchingField()
  • Method Details

    • getDuplicates

      public abstract List<Expression> getDuplicates()
    • getType

      public Type getType()
      Specified by:
      getType in interface Expand.ExpandField
    • builder

      public static io.substrait.relation.ImmutableExpand.SwitchingField.Builder builder()