Package io.substrait.proto
Interface Expression.WindowFunction.Bound.FollowingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.WindowFunction.Bound.Following,Expression.WindowFunction.Bound.Following.Builder
- Enclosing class:
- Expression.WindowFunction.Bound
public static interface Expression.WindowFunction.Bound.FollowingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongA strictly positive integer specifying the number of records that the window extends ahead of the current record.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOffset
long getOffset()A strictly positive integer specifying the number of records that the window extends ahead of the current record. Required. Use CurrentRow for offset zero and Preceding for negative offsets.
int64 offset = 1;- Returns:
- The offset.
-