Package io.substrait.relation
Interface Expand.ExpandField
- All Known Implementing Classes:
Expand.ConsistentField,Expand.SwitchingField,ImmutableExpand.ConsistentField,ImmutableExpand.SwitchingField
- Enclosing class:
- Expand
public static interface Expand.ExpandField
A field produced by the expand operation.
-
Method Summary
-
Method Details
-
getType
Type getType()Returns the field type.- Returns:
- the type of the field
-