Interface NaturalJoinTablesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NaturalJoinTablesRequest,NaturalJoinTablesRequest.Builder
public interface NaturalJoinTablesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnsToAdd(int index) repeated string columns_to_add = 5;com.google.protobuf.ByteStringgetColumnsToAddBytes(int index) repeated string columns_to_add = 5;intrepeated string columns_to_add = 5;repeated string columns_to_add = 5;getColumnsToMatch(int index) repeated string columns_to_match = 4;com.google.protobuf.ByteStringgetColumnsToMatchBytes(int index) repeated string columns_to_match = 4;intrepeated string columns_to_match = 4;repeated string columns_to_match = 4;.io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.JoinType join_type = 6;int.io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.JoinType join_type = 6;.io.deephaven.proto.backplane.grpc.TableReference left_id = 2;.io.deephaven.proto.backplane.grpc.TableReference left_id = 2;.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;.io.deephaven.proto.backplane.grpc.TableReference right_id = 3;.io.deephaven.proto.backplane.grpc.TableReference right_id = 3;boolean.io.deephaven.proto.backplane.grpc.TableReference left_id = 2;boolean.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;boolean.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().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
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
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
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
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.
-
getJoinTypeValue
int getJoinTypeValue().io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.JoinType join_type = 6;- Returns:
- The enum numeric value on the wire for joinType.
-
getJoinType
NaturalJoinTablesRequest.JoinType getJoinType().io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.JoinType join_type = 6;- Returns:
- The joinType.
-