Interface MultiJoinInputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MultiJoinInput,MultiJoinInput.Builder
public interface MultiJoinInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnsToAdd(int index) The columns from the source table to include; if not provided, all columns are included.com.google.protobuf.ByteStringgetColumnsToAddBytes(int index) The columns from the source table to include; if not provided, all columns are included.intThe columns from the source table to include; if not provided, all columns are included.The columns from the source table to include; if not provided, all columns are included.getColumnsToMatch(int index) The key columns to match; may be renamed to match other source table key columns.com.google.protobuf.ByteStringgetColumnsToMatchBytes(int index) The key columns to match; may be renamed to match other source table key columns.intThe key columns to match; may be renamed to match other source table key columns.The key columns to match; may be renamed to match other source table key columns.The source table to include in the multi-join output table.The source table to include in the multi-join output table.booleanThe source table to include in the multi-join output table.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
-
hasSourceId
boolean hasSourceId()The source table to include in the multi-join output table.
.io.deephaven.proto.backplane.grpc.TableReference source_id = 1;- Returns:
- Whether the sourceId field is set.
-
getSourceId
TableReference getSourceId()The source table to include in the multi-join output table.
.io.deephaven.proto.backplane.grpc.TableReference source_id = 1;- Returns:
- The sourceId.
-
getSourceIdOrBuilder
TableReferenceOrBuilder getSourceIdOrBuilder()The source table to include in the multi-join output table.
.io.deephaven.proto.backplane.grpc.TableReference source_id = 1; -
getColumnsToMatchList
The key columns to match; may be renamed to match other source table key columns.
repeated string columns_to_match = 2;- Returns:
- A list containing the columnsToMatch.
-
getColumnsToMatchCount
int getColumnsToMatchCount()The key columns to match; may be renamed to match other source table key columns.
repeated string columns_to_match = 2;- Returns:
- The count of columnsToMatch.
-
getColumnsToMatch
The key columns to match; may be renamed to match other source table key columns.
repeated string columns_to_match = 2;- Parameters:
index- The index of the element to return.- Returns:
- The columnsToMatch at the given index.
-
getColumnsToMatchBytes
com.google.protobuf.ByteString getColumnsToMatchBytes(int index) The key columns to match; may be renamed to match other source table key columns.
repeated string columns_to_match = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the columnsToMatch at the given index.
-
getColumnsToAddList
The columns from the source table to include; if not provided, all columns are included.
repeated string columns_to_add = 3;- Returns:
- A list containing the columnsToAdd.
-
getColumnsToAddCount
int getColumnsToAddCount()The columns from the source table to include; if not provided, all columns are included.
repeated string columns_to_add = 3;- Returns:
- The count of columnsToAdd.
-
getColumnsToAdd
The columns from the source table to include; if not provided, all columns are included.
repeated string columns_to_add = 3;- Parameters:
index- The index of the element to return.- Returns:
- The columnsToAdd at the given index.
-
getColumnsToAddBytes
com.google.protobuf.ByteString getColumnsToAddBytes(int index) The columns from the source table to include; if not provided, all columns are included.
repeated string columns_to_add = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the columnsToAdd at the given index.
-