All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.io.deephaven.proto.backplane.grpc.MultiJoinInputOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.36.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: deephaven/proto/table.proto

// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;

public interface MultiJoinInputOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.MultiJoinInput)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The source table to include in the multi-join output table.
   * 
* * .io.deephaven.proto.backplane.grpc.TableReference source_id = 1; * @return Whether the sourceId field is set. */ boolean hasSourceId(); /** *
   * The source table to include in the multi-join output table.
   * 
* * .io.deephaven.proto.backplane.grpc.TableReference source_id = 1; * @return The sourceId. */ io.deephaven.proto.backplane.grpc.TableReference getSourceId(); /** *
   * The source table to include in the multi-join output table.
   * 
* * .io.deephaven.proto.backplane.grpc.TableReference source_id = 1; */ io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder getSourceIdOrBuilder(); /** *
   * The key columns to match; may be renamed to match other source table key columns.
   * 
* * repeated string columns_to_match = 2; * @return A list containing the columnsToMatch. */ java.util.List getColumnsToMatchList(); /** *
   * The key columns to match; may be renamed to match other source table key columns.
   * 
* * repeated string columns_to_match = 2; * @return The count of columnsToMatch. */ int getColumnsToMatchCount(); /** *
   * The key columns to match; may be renamed to match other source table key columns.
   * 
* * repeated string columns_to_match = 2; * @param index The index of the element to return. * @return The columnsToMatch at the given index. */ java.lang.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; * @param index The index of the value to return. * @return The bytes of the columnsToMatch at the given index. */ com.google.protobuf.ByteString getColumnsToMatchBytes(int index); /** *
   * The columns from the source table to include; if not provided, all columns are included.
   * 
* * repeated string columns_to_add = 3; * @return A list containing the columnsToAdd. */ java.util.List getColumnsToAddList(); /** *
   * The columns from the source table to include; if not provided, all columns are included.
   * 
* * repeated string columns_to_add = 3; * @return The count of columnsToAdd. */ int getColumnsToAddCount(); /** *
   * The columns from the source table to include; if not provided, all columns are included.
   * 
* * repeated string columns_to_add = 3; * @param index The index of the element to return. * @return The columnsToAdd at the given index. */ java.lang.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; * @param index The index of the value to return. * @return The bytes of the columnsToAdd at the given index. */ com.google.protobuf.ByteString getColumnsToAddBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy