Interface PlanProtocol.ExceptOperatorOrBuilder

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

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

    Modifier and Type Method Description
    boolean getAll()
    this flag differentiates EXCEPT from EXCEPT ALL
    String getCheckedExceptionCols​(int index)
    repeated string checkedExceptionCols = 2;
    com.google.protobuf.ByteString getCheckedExceptionColsBytes​(int index)
    repeated string checkedExceptionCols = 2;
    int getCheckedExceptionColsCount()
    repeated string checkedExceptionCols = 2;
    List<String> getCheckedExceptionColsList()
    repeated string checkedExceptionCols = 2;
    String getIgnoredCols​(int index)
    repeated string ignoredCols = 3;
    com.google.protobuf.ByteString getIgnoredColsBytes​(int index)
    repeated string ignoredCols = 3;
    int getIgnoredColsCount()
    repeated string ignoredCols = 3;
    List<String> getIgnoredColsList()
    repeated string ignoredCols = 3;

    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