Interface AsOfJoinTablesRequestOrBuilder

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

@Deprecated public interface AsOfJoinTablesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
  • Method Details

    • hasResultId

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

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

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

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

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

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

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

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

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

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

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

      String getColumnsToMatch(int index)
      Deprecated.
      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)
      Deprecated.
      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()
      Deprecated.
      repeated string columns_to_add = 5;
      Returns:
      A list containing the columnsToAdd.
    • getColumnsToAddCount

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

      String getColumnsToAdd(int index)
      Deprecated.
      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)
      Deprecated.
      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.
    • getAsOfMatchRuleValue

      int getAsOfMatchRuleValue()
      Deprecated.
       Direction to search to find a match. LESS_THAN_EQUAL and LESS_THAN will be used to make a
       Table.aj() call, and GREATER_THAN_EQUAL and GREATER_THAN will be used to make a Table.raj() call.
       
      .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7;
      Returns:
      The enum numeric value on the wire for asOfMatchRule.
    • getAsOfMatchRule

      Deprecated.
       Direction to search to find a match. LESS_THAN_EQUAL and LESS_THAN will be used to make a
       Table.aj() call, and GREATER_THAN_EQUAL and GREATER_THAN will be used to make a Table.raj() call.
       
      .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7;
      Returns:
      The asOfMatchRule.