Interface Expression.WindowFunction.Bound.PrecedingOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Expression.WindowFunction.Bound.Preceding, Expression.WindowFunction.Bound.Preceding.Builder
Enclosing class:
Expression.WindowFunction.Bound

public static interface Expression.WindowFunction.Bound.PrecedingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    A strictly positive integer specifying the number of records that the window extends back from the current record.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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 back from the current record. Required. Use
       CurrentRow for offset zero and Following for negative offsets.
       
      int64 offset = 1;
      Returns:
      The offset.