Interface ExactJoinTablesRequestOrBuilder

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

public interface ExactJoinTablesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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;
    • getColumnsToMatchList

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

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

      String getColumnsToMatch(int index)
      repeated string columns_to_match = 4;
      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 = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the columnsToMatch at the given index.
    • getColumnsToAddList

      List<String> getColumnsToAddList()
      repeated string columns_to_add = 5;
      Returns:
      A list containing the columnsToAdd.
    • getColumnsToAddCount

      int getColumnsToAddCount()
      repeated string columns_to_add = 5;
      Returns:
      The count of columnsToAdd.
    • getColumnsToAdd

      String getColumnsToAdd(int index)
      repeated string columns_to_add = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The columnsToAdd at the given index.
    • getColumnsToAddBytes

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