Package io.substrait.relation
Class ConsistentPartitionWindow
java.lang.Object
io.substrait.relation.AbstractRel
io.substrait.relation.SingleInputRel
io.substrait.relation.ConsistentPartitionWindow
- All Implemented Interfaces:
HasExtension,Rel
@Immutable
@Enclosing
public abstract class ConsistentPartitionWindow
extends SingleInputRel
implements HasExtension
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<O,C extends VisitationContext, E extends Exception>
Oaccept(RelVisitor<O, C, E> visitor, C context) static io.substrait.relation.ImmutableConsistentPartitionWindow.Builderbuilder()protected Type.Structabstract List<Expression>abstract List<Expression.SortField>getSorts()Methods inherited from class io.substrait.relation.SingleInputRel
getInput, getInputsMethods inherited from class io.substrait.relation.AbstractRel
getRecordTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.substrait.relation.HasExtension
getExtensionMethods inherited from interface io.substrait.relation.Rel
getCommonExtension, getHint, getRemap
-
Constructor Details
-
ConsistentPartitionWindow
public ConsistentPartitionWindow()
-
-
Method Details
-
getWindowFunctions
-
getPartitionExpressions
-
getSorts
-
deriveRecordType
- Specified by:
deriveRecordTypein classAbstractRel
-
accept
public <O,C extends VisitationContext, O acceptE extends Exception> (RelVisitor<O, C, throws EE> visitor, C context) -
builder
public static io.substrait.relation.ImmutableConsistentPartitionWindow.Builder builder()
-