Interface AjRajTablesRequestOrBuilder

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

public interface AjRajTablesRequestOrBuilder 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;
    • getExactMatchColumnsList

      List<String> getExactMatchColumnsList()
      repeated string exact_match_columns = 4;
      Returns:
      A list containing the exactMatchColumns.
    • getExactMatchColumnsCount

      int getExactMatchColumnsCount()
      repeated string exact_match_columns = 4;
      Returns:
      The count of exactMatchColumns.
    • getExactMatchColumns

      String getExactMatchColumns(int index)
      repeated string exact_match_columns = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The exactMatchColumns at the given index.
    • getExactMatchColumnsBytes

      com.google.protobuf.ByteString getExactMatchColumnsBytes(int index)
      repeated string exact_match_columns = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the exactMatchColumns at the given index.
    • getAsOfColumn

      String getAsOfColumn()
       This is a comparison expression for the inexact as-of join match. In the case of an as-of join (aj), the comparison
       operator can be either ">=" or ">"; for example, "Foo>=Bar" or "Foo>Bar". In the case of a reverse-as-of join (raj),
       the comparison operator can be either "<=" or "<"; for example, "Foo<=Bar" or "Foo<Bar". In the case where the
       column name exists in both tables, the single column name can be used and it will inherit the default comparison
       operator: in the aj case, "Foo" is equivalent to "Foo>=Foo"; in the raj case, "Foo" is equivalent to "Foo<=Foo".
       
      string as_of_column = 5;
      Returns:
      The asOfColumn.
    • getAsOfColumnBytes

      com.google.protobuf.ByteString getAsOfColumnBytes()
       This is a comparison expression for the inexact as-of join match. In the case of an as-of join (aj), the comparison
       operator can be either ">=" or ">"; for example, "Foo>=Bar" or "Foo>Bar". In the case of a reverse-as-of join (raj),
       the comparison operator can be either "<=" or "<"; for example, "Foo<=Bar" or "Foo<Bar". In the case where the
       column name exists in both tables, the single column name can be used and it will inherit the default comparison
       operator: in the aj case, "Foo" is equivalent to "Foo>=Foo"; in the raj case, "Foo" is equivalent to "Foo<=Foo".
       
      string as_of_column = 5;
      Returns:
      The bytes for asOfColumn.
    • getColumnsToAddList

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

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

      String getColumnsToAdd(int index)
      repeated string columns_to_add = 6;
      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 = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the columnsToAdd at the given index.