Interface WhereInRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WhereInRequest, WhereInRequest.Builder

public interface WhereInRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getColumnsToMatch(int index)
    repeated string columns_to_match = 5;
    com.google.protobuf.ByteString
    repeated string columns_to_match = 5;
    int
    repeated string columns_to_match = 5;
    repeated string columns_to_match = 5;
    boolean
    When true, becomes a "where not in" request
    .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
    .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
    .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
    boolean
    .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
    boolean
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    boolean
    .io.deephaven.proto.backplane.grpc.TableReference right_id = 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
  • Method Details

    • hasResultId

      boolean hasResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Returns:
      Whether the resultId field is set.
    • getResultId

      Ticket getResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Returns:
      The resultId.
    • getResultIdOrBuilder

      TicketOrBuilder getResultIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    • hasLeftId

      boolean hasLeftId()
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
      Returns:
      Whether the leftId field is set.
    • getLeftId

      TableReference getLeftId()
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
      Returns:
      The leftId.
    • getLeftIdOrBuilder

      TableReferenceOrBuilder getLeftIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
    • hasRightId

      boolean hasRightId()
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
      Returns:
      Whether the rightId field is set.
    • getRightId

      TableReference getRightId()
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
      Returns:
      The rightId.
    • getRightIdOrBuilder

      TableReferenceOrBuilder getRightIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
    • getInverted

      boolean getInverted()
       When true, becomes a "where not in" request
       
      bool inverted = 4;
      Returns:
      The inverted.
    • getColumnsToMatchList

      List<String> getColumnsToMatchList()
      repeated string columns_to_match = 5;
      Returns:
      A list containing the columnsToMatch.
    • getColumnsToMatchCount

      int getColumnsToMatchCount()
      repeated string columns_to_match = 5;
      Returns:
      The count of columnsToMatch.
    • getColumnsToMatch

      String getColumnsToMatch(int index)
      repeated string columns_to_match = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The columnsToMatch at the given index.
    • getColumnsToMatchBytes

      com.google.protobuf.ByteString getColumnsToMatchBytes(int index)
      repeated string columns_to_match = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the columnsToMatch at the given index.