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 Type
    Method
    Description
    getColumnsToAdd(int index)
    The columns from the source table to include; if not provided, all columns are included.
    com.google.protobuf.ByteString
    The columns from the source table to include; if not provided, all columns are included.
    int
    The 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.ByteString
    The key columns to match; may be renamed to match other source table key columns.
    int
    The 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.
    boolean
    The source table to include in the multi-join output table.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<String> 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

      String getColumnsToMatch(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 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

      List<String> 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

      String getColumnsToAdd(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 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.