Class RangeJoinTablesRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, RangeJoinTablesRequestOrBuilder, Serializable

public final class RangeJoinTablesRequest extends com.google.protobuf.GeneratedMessageV3 implements RangeJoinTablesRequestOrBuilder
Protobuf type io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest
See Also:
  • Field Details

    • RESULT_ID_FIELD_NUMBER

      public static final int RESULT_ID_FIELD_NUMBER
      See Also:
    • LEFT_ID_FIELD_NUMBER

      public static final int LEFT_ID_FIELD_NUMBER
      See Also:
    • RIGHT_ID_FIELD_NUMBER

      public static final int RIGHT_ID_FIELD_NUMBER
      See Also:
    • EXACT_MATCH_COLUMNS_FIELD_NUMBER

      public static final int EXACT_MATCH_COLUMNS_FIELD_NUMBER
      See Also:
    • LEFT_START_COLUMN_FIELD_NUMBER

      public static final int LEFT_START_COLUMN_FIELD_NUMBER
      See Also:
    • RANGE_START_RULE_FIELD_NUMBER

      public static final int RANGE_START_RULE_FIELD_NUMBER
      See Also:
    • RIGHT_RANGE_COLUMN_FIELD_NUMBER

      public static final int RIGHT_RANGE_COLUMN_FIELD_NUMBER
      See Also:
    • RANGE_END_RULE_FIELD_NUMBER

      public static final int RANGE_END_RULE_FIELD_NUMBER
      See Also:
    • LEFT_END_COLUMN_FIELD_NUMBER

      public static final int LEFT_END_COLUMN_FIELD_NUMBER
      See Also:
    • AGGREGATIONS_FIELD_NUMBER

      public static final int AGGREGATIONS_FIELD_NUMBER
      See Also:
    • RANGE_MATCH_FIELD_NUMBER

      public static final int RANGE_MATCH_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasResultId

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

      public Ticket getResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Specified by:
      getResultId in interface RangeJoinTablesRequestOrBuilder
      Returns:
      The resultId.
    • getResultIdOrBuilder

      public TicketOrBuilder getResultIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Specified by:
      getResultIdOrBuilder in interface RangeJoinTablesRequestOrBuilder
    • hasLeftId

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

      public TableReference getLeftId()
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
      Specified by:
      getLeftId in interface RangeJoinTablesRequestOrBuilder
      Returns:
      The leftId.
    • getLeftIdOrBuilder

      public TableReferenceOrBuilder getLeftIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
      Specified by:
      getLeftIdOrBuilder in interface RangeJoinTablesRequestOrBuilder
    • hasRightId

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

      public TableReference getRightId()
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
      Specified by:
      getRightId in interface RangeJoinTablesRequestOrBuilder
      Returns:
      The rightId.
    • getRightIdOrBuilder

      public TableReferenceOrBuilder getRightIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
      Specified by:
      getRightIdOrBuilder in interface RangeJoinTablesRequestOrBuilder
    • getExactMatchColumnsList

      public com.google.protobuf.ProtocolStringList getExactMatchColumnsList()
      repeated string exact_match_columns = 4;
      Specified by:
      getExactMatchColumnsList in interface RangeJoinTablesRequestOrBuilder
      Returns:
      A list containing the exactMatchColumns.
    • getExactMatchColumnsCount

      public int getExactMatchColumnsCount()
      repeated string exact_match_columns = 4;
      Specified by:
      getExactMatchColumnsCount in interface RangeJoinTablesRequestOrBuilder
      Returns:
      The count of exactMatchColumns.
    • getExactMatchColumns

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

      public com.google.protobuf.ByteString getExactMatchColumnsBytes(int index)
      repeated string exact_match_columns = 4;
      Specified by:
      getExactMatchColumnsBytes in interface RangeJoinTablesRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the exactMatchColumns at the given index.
    • getLeftStartColumn

      public String getLeftStartColumn()
       Provide detailed range match parameters for the range join (alternative to providing `range_match`)
       
      string left_start_column = 5;
      Specified by:
      getLeftStartColumn in interface RangeJoinTablesRequestOrBuilder
      Returns:
      The leftStartColumn.
    • getLeftStartColumnBytes

      public com.google.protobuf.ByteString getLeftStartColumnBytes()
       Provide detailed range match parameters for the range join (alternative to providing `range_match`)
       
      string left_start_column = 5;
      Specified by:
      getLeftStartColumnBytes in interface RangeJoinTablesRequestOrBuilder
      Returns:
      The bytes for leftStartColumn.
    • getRangeStartRuleValue

      public int getRangeStartRuleValue()
      .io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.RangeStartRule range_start_rule = 6;
      Specified by:
      getRangeStartRuleValue in interface RangeJoinTablesRequestOrBuilder
      Returns:
      The enum numeric value on the wire for rangeStartRule.
    • getRangeStartRule

      public RangeJoinTablesRequest.RangeStartRule getRangeStartRule()
      .io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.RangeStartRule range_start_rule = 6;
      Specified by:
      getRangeStartRule in interface RangeJoinTablesRequestOrBuilder
      Returns:
      The rangeStartRule.
    • getRightRangeColumn

      public String getRightRangeColumn()
      string right_range_column = 7;
      Specified by:
      getRightRangeColumn in interface RangeJoinTablesRequestOrBuilder
      Returns:
      The rightRangeColumn.
    • getRightRangeColumnBytes

      public com.google.protobuf.ByteString getRightRangeColumnBytes()
      string right_range_column = 7;
      Specified by:
      getRightRangeColumnBytes in interface RangeJoinTablesRequestOrBuilder
      Returns:
      The bytes for rightRangeColumn.
    • getRangeEndRuleValue

      public int getRangeEndRuleValue()
      .io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.RangeEndRule range_end_rule = 8;
      Specified by:
      getRangeEndRuleValue in interface RangeJoinTablesRequestOrBuilder
      Returns:
      The enum numeric value on the wire for rangeEndRule.
    • getRangeEndRule

      public RangeJoinTablesRequest.RangeEndRule getRangeEndRule()
      .io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.RangeEndRule range_end_rule = 8;
      Specified by:
      getRangeEndRule in interface RangeJoinTablesRequestOrBuilder
      Returns:
      The rangeEndRule.
    • getLeftEndColumn

      public String getLeftEndColumn()
      string left_end_column = 9;
      Specified by:
      getLeftEndColumn in interface RangeJoinTablesRequestOrBuilder
      Returns:
      The leftEndColumn.
    • getLeftEndColumnBytes

      public com.google.protobuf.ByteString getLeftEndColumnBytes()
      string left_end_column = 9;
      Specified by:
      getLeftEndColumnBytes in interface RangeJoinTablesRequestOrBuilder
      Returns:
      The bytes for leftEndColumn.
    • getAggregationsList

      public List<Aggregation> getAggregationsList()
      repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 10;
      Specified by:
      getAggregationsList in interface RangeJoinTablesRequestOrBuilder
    • getAggregationsOrBuilderList

      public List<? extends AggregationOrBuilder> getAggregationsOrBuilderList()
      repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 10;
      Specified by:
      getAggregationsOrBuilderList in interface RangeJoinTablesRequestOrBuilder
    • getAggregationsCount

      public int getAggregationsCount()
      repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 10;
      Specified by:
      getAggregationsCount in interface RangeJoinTablesRequestOrBuilder
    • getAggregations

      public Aggregation getAggregations(int index)
      repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 10;
      Specified by:
      getAggregations in interface RangeJoinTablesRequestOrBuilder
    • getAggregationsOrBuilder

      public AggregationOrBuilder getAggregationsOrBuilder(int index)
      repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 10;
      Specified by:
      getAggregationsOrBuilder in interface RangeJoinTablesRequestOrBuilder
    • getRangeMatch

      public String getRangeMatch()
       Specifies the range match parameters as a parseable string. Providing `range_match` in the GRPC call is the
       alternative to detailed range match parameters provided in the `left_start_column`, `range_start_rule`,
       `right_range_column`, `range_end_rule`, and `left_end_column` fields.
       
      string range_match = 11;
      Specified by:
      getRangeMatch in interface RangeJoinTablesRequestOrBuilder
      Returns:
      The rangeMatch.
    • getRangeMatchBytes

      public com.google.protobuf.ByteString getRangeMatchBytes()
       Specifies the range match parameters as a parseable string. Providing `range_match` in the GRPC call is the
       alternative to detailed range match parameters provided in the `left_start_column`, `range_start_rule`,
       `right_range_column`, `range_end_rule`, and `left_end_column` fields.
       
      string range_match = 11;
      Specified by:
      getRangeMatchBytes in interface RangeJoinTablesRequestOrBuilder
      Returns:
      The bytes for rangeMatch.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static RangeJoinTablesRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RangeJoinTablesRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RangeJoinTablesRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RangeJoinTablesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RangeJoinTablesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RangeJoinTablesRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RangeJoinTablesRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static RangeJoinTablesRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static RangeJoinTablesRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static RangeJoinTablesRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static RangeJoinTablesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static RangeJoinTablesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public RangeJoinTablesRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static RangeJoinTablesRequest.Builder newBuilder()
    • newBuilder

      public static RangeJoinTablesRequest.Builder newBuilder(RangeJoinTablesRequest prototype)
    • toBuilder

      public RangeJoinTablesRequest.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected RangeJoinTablesRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static RangeJoinTablesRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<RangeJoinTablesRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<RangeJoinTablesRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public RangeJoinTablesRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder