Interface PlanProtocol.LimitOperatorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PlanProtocol.LimitOperator, PlanProtocol.LimitOperator.Builder
Enclosing class:
PlanProtocol

public static interface PlanProtocol.LimitOperatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    String getCheckedExceptionCols​(int index)
    repeated string checkedExceptionCols = 5;
    com.google.protobuf.ByteString getCheckedExceptionColsBytes​(int index)
    repeated string checkedExceptionCols = 5;
    int getCheckedExceptionColsCount()
    repeated string checkedExceptionCols = 5;
    List<String> getCheckedExceptionColsList()
    repeated string checkedExceptionCols = 5;
    boolean getExactlyOne()
    bool exactlyOne = 2;
    boolean getGrouped()
    If true, this is a grouped limit as is used by correlated subqueries
    String getGroupingKeys​(int index)
    And these are the grouping keys
    com.google.protobuf.ByteString getGroupingKeysBytes​(int index)
    And these are the grouping keys
    int getGroupingKeysCount()
    And these are the grouping keys
    List<String> getGroupingKeysList()
    And these are the grouping keys
    long getLimitVal()
    uint64 limitVal = 1;

    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