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 Summary
Modifier and TypeMethodDescriptionDeprecated.Direction to search to find a match.intDeprecated.Direction to search to find a match.getColumnsToAdd(int index) Deprecated.repeated string columns_to_add = 5;com.google.protobuf.ByteStringgetColumnsToAddBytes(int index) Deprecated.repeated string columns_to_add = 5;intDeprecated.repeated string columns_to_add = 5;Deprecated.repeated string columns_to_add = 5;getColumnsToMatch(int index) Deprecated.repeated string columns_to_match = 4;com.google.protobuf.ByteStringgetColumnsToMatchBytes(int index) Deprecated.repeated string columns_to_match = 4;intDeprecated.repeated string columns_to_match = 4;Deprecated.repeated string columns_to_match = 4;Deprecated..io.deephaven.proto.backplane.grpc.TableReference left_id = 2;Deprecated..io.deephaven.proto.backplane.grpc.TableReference left_id = 2;Deprecated..io.deephaven.proto.backplane.grpc.Ticket result_id = 1;Deprecated..io.deephaven.proto.backplane.grpc.Ticket result_id = 1;Deprecated..io.deephaven.proto.backplane.grpc.TableReference right_id = 3;Deprecated..io.deephaven.proto.backplane.grpc.TableReference right_id = 3;booleanDeprecated..io.deephaven.proto.backplane.grpc.TableReference left_id = 2;booleanDeprecated..io.deephaven.proto.backplane.grpc.Ticket result_id = 1;booleanDeprecated..io.deephaven.proto.backplane.grpc.TableReference right_id = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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
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
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
AsOfJoinTablesRequest.MatchRule 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.
-