Class ConsistentPartitionWindowRel

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.substrait.proto.ConsistentPartitionWindowRel
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ConsistentPartitionWindowRelOrBuilder, Serializable

public final class ConsistentPartitionWindowRel extends com.google.protobuf.GeneratedMessageV3 implements ConsistentPartitionWindowRelOrBuilder
 ConsistentPartitionWindowRel provides the ability to perform calculations across sets of rows
 that are related to the current query row. It can be used to execute window functions where
 all the windows share the same partitioning and ordering.
 
Protobuf type substrait.ConsistentPartitionWindowRel
See Also: