Interface BatchTableRequest.OperationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BatchTableRequest.Operation, BatchTableRequest.Operation.Builder
Enclosing class:
BatchTableRequest

public static interface BatchTableRequest.OperationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasEmptyTable

      boolean hasEmptyTable()
      .io.deephaven.proto.backplane.grpc.EmptyTableRequest empty_table = 1;
      Returns:
      Whether the emptyTable field is set.
    • getEmptyTable

      EmptyTableRequest getEmptyTable()
      .io.deephaven.proto.backplane.grpc.EmptyTableRequest empty_table = 1;
      Returns:
      The emptyTable.
    • getEmptyTableOrBuilder

      EmptyTableRequestOrBuilder getEmptyTableOrBuilder()
      .io.deephaven.proto.backplane.grpc.EmptyTableRequest empty_table = 1;
    • hasTimeTable

      boolean hasTimeTable()
      .io.deephaven.proto.backplane.grpc.TimeTableRequest time_table = 2;
      Returns:
      Whether the timeTable field is set.
    • getTimeTable

      TimeTableRequest getTimeTable()
      .io.deephaven.proto.backplane.grpc.TimeTableRequest time_table = 2;
      Returns:
      The timeTable.
    • getTimeTableOrBuilder

      TimeTableRequestOrBuilder getTimeTableOrBuilder()
      .io.deephaven.proto.backplane.grpc.TimeTableRequest time_table = 2;
    • hasDropColumns

      boolean hasDropColumns()
      .io.deephaven.proto.backplane.grpc.DropColumnsRequest drop_columns = 3;
      Returns:
      Whether the dropColumns field is set.
    • getDropColumns

      DropColumnsRequest getDropColumns()
      .io.deephaven.proto.backplane.grpc.DropColumnsRequest drop_columns = 3;
      Returns:
      The dropColumns.
    • getDropColumnsOrBuilder

      DropColumnsRequestOrBuilder getDropColumnsOrBuilder()
      .io.deephaven.proto.backplane.grpc.DropColumnsRequest drop_columns = 3;
    • hasUpdate

      boolean hasUpdate()
      .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest update = 4;
      Returns:
      Whether the update field is set.
    • getUpdate

      .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest update = 4;
      Returns:
      The update.
    • getUpdateOrBuilder

      SelectOrUpdateRequestOrBuilder getUpdateOrBuilder()
      .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest update = 4;
    • hasLazyUpdate

      boolean hasLazyUpdate()
      .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest lazy_update = 5;
      Returns:
      Whether the lazyUpdate field is set.
    • getLazyUpdate

      SelectOrUpdateRequest getLazyUpdate()
      .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest lazy_update = 5;
      Returns:
      The lazyUpdate.
    • getLazyUpdateOrBuilder

      SelectOrUpdateRequestOrBuilder getLazyUpdateOrBuilder()
      .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest lazy_update = 5;
    • hasView

      boolean hasView()
      .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest view = 6;
      Returns:
      Whether the view field is set.
    • getView

      .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest view = 6;
      Returns:
      The view.
    • getViewOrBuilder

      SelectOrUpdateRequestOrBuilder getViewOrBuilder()
      .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest view = 6;
    • hasUpdateView

      boolean hasUpdateView()
      .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest update_view = 7;
      Returns:
      Whether the updateView field is set.
    • getUpdateView

      SelectOrUpdateRequest getUpdateView()
      .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest update_view = 7;
      Returns:
      The updateView.
    • getUpdateViewOrBuilder

      SelectOrUpdateRequestOrBuilder getUpdateViewOrBuilder()
      .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest update_view = 7;
    • hasSelect

      boolean hasSelect()
      .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest select = 8;
      Returns:
      Whether the select field is set.
    • getSelect

      .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest select = 8;
      Returns:
      The select.
    • getSelectOrBuilder

      SelectOrUpdateRequestOrBuilder getSelectOrBuilder()
      .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest select = 8;
    • hasSelectDistinct

      boolean hasSelectDistinct()
      .io.deephaven.proto.backplane.grpc.SelectDistinctRequest select_distinct = 9;
      Returns:
      Whether the selectDistinct field is set.
    • getSelectDistinct

      SelectDistinctRequest getSelectDistinct()
      .io.deephaven.proto.backplane.grpc.SelectDistinctRequest select_distinct = 9;
      Returns:
      The selectDistinct.
    • getSelectDistinctOrBuilder

      SelectDistinctRequestOrBuilder getSelectDistinctOrBuilder()
      .io.deephaven.proto.backplane.grpc.SelectDistinctRequest select_distinct = 9;
    • hasFilter

      boolean hasFilter()
      .io.deephaven.proto.backplane.grpc.FilterTableRequest filter = 10;
      Returns:
      Whether the filter field is set.
    • getFilter

      FilterTableRequest getFilter()
      .io.deephaven.proto.backplane.grpc.FilterTableRequest filter = 10;
      Returns:
      The filter.
    • getFilterOrBuilder

      FilterTableRequestOrBuilder getFilterOrBuilder()
      .io.deephaven.proto.backplane.grpc.FilterTableRequest filter = 10;
    • hasUnstructuredFilter

      boolean hasUnstructuredFilter()
      .io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest unstructured_filter = 11;
      Returns:
      Whether the unstructuredFilter field is set.
    • getUnstructuredFilter

      UnstructuredFilterTableRequest getUnstructuredFilter()
      .io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest unstructured_filter = 11;
      Returns:
      The unstructuredFilter.
    • getUnstructuredFilterOrBuilder

      UnstructuredFilterTableRequestOrBuilder getUnstructuredFilterOrBuilder()
      .io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest unstructured_filter = 11;
    • hasSort

      boolean hasSort()
      .io.deephaven.proto.backplane.grpc.SortTableRequest sort = 12;
      Returns:
      Whether the sort field is set.
    • getSort

      SortTableRequest getSort()
      .io.deephaven.proto.backplane.grpc.SortTableRequest sort = 12;
      Returns:
      The sort.
    • getSortOrBuilder

      SortTableRequestOrBuilder getSortOrBuilder()
      .io.deephaven.proto.backplane.grpc.SortTableRequest sort = 12;
    • hasHead

      boolean hasHead()
      .io.deephaven.proto.backplane.grpc.HeadOrTailRequest head = 13;
      Returns:
      Whether the head field is set.
    • getHead

      .io.deephaven.proto.backplane.grpc.HeadOrTailRequest head = 13;
      Returns:
      The head.
    • getHeadOrBuilder

      HeadOrTailRequestOrBuilder getHeadOrBuilder()
      .io.deephaven.proto.backplane.grpc.HeadOrTailRequest head = 13;
    • hasTail

      boolean hasTail()
      .io.deephaven.proto.backplane.grpc.HeadOrTailRequest tail = 14;
      Returns:
      Whether the tail field is set.
    • getTail

      .io.deephaven.proto.backplane.grpc.HeadOrTailRequest tail = 14;
      Returns:
      The tail.
    • getTailOrBuilder

      HeadOrTailRequestOrBuilder getTailOrBuilder()
      .io.deephaven.proto.backplane.grpc.HeadOrTailRequest tail = 14;
    • hasHeadBy

      boolean hasHeadBy()
      .io.deephaven.proto.backplane.grpc.HeadOrTailByRequest head_by = 15;
      Returns:
      Whether the headBy field is set.
    • getHeadBy

      HeadOrTailByRequest getHeadBy()
      .io.deephaven.proto.backplane.grpc.HeadOrTailByRequest head_by = 15;
      Returns:
      The headBy.
    • getHeadByOrBuilder

      HeadOrTailByRequestOrBuilder getHeadByOrBuilder()
      .io.deephaven.proto.backplane.grpc.HeadOrTailByRequest head_by = 15;
    • hasTailBy

      boolean hasTailBy()
      .io.deephaven.proto.backplane.grpc.HeadOrTailByRequest tail_by = 16;
      Returns:
      Whether the tailBy field is set.
    • getTailBy

      HeadOrTailByRequest getTailBy()
      .io.deephaven.proto.backplane.grpc.HeadOrTailByRequest tail_by = 16;
      Returns:
      The tailBy.
    • getTailByOrBuilder

      HeadOrTailByRequestOrBuilder getTailByOrBuilder()
      .io.deephaven.proto.backplane.grpc.HeadOrTailByRequest tail_by = 16;
    • hasUngroup

      boolean hasUngroup()
      .io.deephaven.proto.backplane.grpc.UngroupRequest ungroup = 17;
      Returns:
      Whether the ungroup field is set.
    • getUngroup

      UngroupRequest getUngroup()
      .io.deephaven.proto.backplane.grpc.UngroupRequest ungroup = 17;
      Returns:
      The ungroup.
    • getUngroupOrBuilder

      UngroupRequestOrBuilder getUngroupOrBuilder()
      .io.deephaven.proto.backplane.grpc.UngroupRequest ungroup = 17;
    • hasMerge

      boolean hasMerge()
      .io.deephaven.proto.backplane.grpc.MergeTablesRequest merge = 18;
      Returns:
      Whether the merge field is set.
    • getMerge

      MergeTablesRequest getMerge()
      .io.deephaven.proto.backplane.grpc.MergeTablesRequest merge = 18;
      Returns:
      The merge.
    • getMergeOrBuilder

      MergeTablesRequestOrBuilder getMergeOrBuilder()
      .io.deephaven.proto.backplane.grpc.MergeTablesRequest merge = 18;
    • hasComboAggregate

      boolean hasComboAggregate()
      .io.deephaven.proto.backplane.grpc.ComboAggregateRequest combo_aggregate = 19;
      Returns:
      Whether the comboAggregate field is set.
    • getComboAggregate

      ComboAggregateRequest getComboAggregate()
      .io.deephaven.proto.backplane.grpc.ComboAggregateRequest combo_aggregate = 19;
      Returns:
      The comboAggregate.
    • getComboAggregateOrBuilder

      ComboAggregateRequestOrBuilder getComboAggregateOrBuilder()
      .io.deephaven.proto.backplane.grpc.ComboAggregateRequest combo_aggregate = 19;
    • hasFlatten

      boolean hasFlatten()
      .io.deephaven.proto.backplane.grpc.FlattenRequest flatten = 21;
      Returns:
      Whether the flatten field is set.
    • getFlatten

      FlattenRequest getFlatten()
      .io.deephaven.proto.backplane.grpc.FlattenRequest flatten = 21;
      Returns:
      The flatten.
    • getFlattenOrBuilder

      FlattenRequestOrBuilder getFlattenOrBuilder()
      .io.deephaven.proto.backplane.grpc.FlattenRequest flatten = 21;
    • hasRunChartDownsample

      boolean hasRunChartDownsample()
      .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest run_chart_downsample = 22;
      Returns:
      Whether the runChartDownsample field is set.
    • getRunChartDownsample

      RunChartDownsampleRequest getRunChartDownsample()
      .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest run_chart_downsample = 22;
      Returns:
      The runChartDownsample.
    • getRunChartDownsampleOrBuilder

      RunChartDownsampleRequestOrBuilder getRunChartDownsampleOrBuilder()
      .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest run_chart_downsample = 22;
    • hasCrossJoin

      boolean hasCrossJoin()
      .io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest cross_join = 23;
      Returns:
      Whether the crossJoin field is set.
    • getCrossJoin

      CrossJoinTablesRequest getCrossJoin()
      .io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest cross_join = 23;
      Returns:
      The crossJoin.
    • getCrossJoinOrBuilder

      CrossJoinTablesRequestOrBuilder getCrossJoinOrBuilder()
      .io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest cross_join = 23;
    • hasNaturalJoin

      boolean hasNaturalJoin()
      .io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest natural_join = 24;
      Returns:
      Whether the naturalJoin field is set.
    • getNaturalJoin

      NaturalJoinTablesRequest getNaturalJoin()
      .io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest natural_join = 24;
      Returns:
      The naturalJoin.
    • getNaturalJoinOrBuilder

      NaturalJoinTablesRequestOrBuilder getNaturalJoinOrBuilder()
      .io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest natural_join = 24;
    • hasExactJoin

      boolean hasExactJoin()
      .io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest exact_join = 25;
      Returns:
      Whether the exactJoin field is set.
    • getExactJoin

      ExactJoinTablesRequest getExactJoin()
      .io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest exact_join = 25;
      Returns:
      The exactJoin.
    • getExactJoinOrBuilder

      ExactJoinTablesRequestOrBuilder getExactJoinOrBuilder()
      .io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest exact_join = 25;
    • hasLeftJoin

      boolean hasLeftJoin()
      .io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest left_join = 26;
      Returns:
      Whether the leftJoin field is set.
    • getLeftJoin

      LeftJoinTablesRequest getLeftJoin()
      .io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest left_join = 26;
      Returns:
      The leftJoin.
    • getLeftJoinOrBuilder

      LeftJoinTablesRequestOrBuilder getLeftJoinOrBuilder()
      .io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest left_join = 26;
    • hasAsOfJoin

      @Deprecated boolean hasAsOfJoin()
      Deprecated.
      io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.as_of_join is deprecated. See deephaven/proto/table.proto;l=1319
      .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest as_of_join = 27 [deprecated = true];
      Returns:
      Whether the asOfJoin field is set.
    • getAsOfJoin

      Deprecated.
      io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.as_of_join is deprecated. See deephaven/proto/table.proto;l=1319
      .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest as_of_join = 27 [deprecated = true];
      Returns:
      The asOfJoin.
    • getAsOfJoinOrBuilder

      Deprecated.
      .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest as_of_join = 27 [deprecated = true];
    • hasFetchTable

      boolean hasFetchTable()
      .io.deephaven.proto.backplane.grpc.FetchTableRequest fetch_table = 28;
      Returns:
      Whether the fetchTable field is set.
    • getFetchTable

      FetchTableRequest getFetchTable()
      .io.deephaven.proto.backplane.grpc.FetchTableRequest fetch_table = 28;
      Returns:
      The fetchTable.
    • getFetchTableOrBuilder

      FetchTableRequestOrBuilder getFetchTableOrBuilder()
      .io.deephaven.proto.backplane.grpc.FetchTableRequest fetch_table = 28;
    • hasApplyPreviewColumns

      boolean hasApplyPreviewColumns()
      .io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest apply_preview_columns = 30;
      Returns:
      Whether the applyPreviewColumns field is set.
    • getApplyPreviewColumns

      ApplyPreviewColumnsRequest getApplyPreviewColumns()
      .io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest apply_preview_columns = 30;
      Returns:
      The applyPreviewColumns.
    • getApplyPreviewColumnsOrBuilder

      ApplyPreviewColumnsRequestOrBuilder getApplyPreviewColumnsOrBuilder()
      .io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest apply_preview_columns = 30;
    • hasCreateInputTable

      boolean hasCreateInputTable()
      .io.deephaven.proto.backplane.grpc.CreateInputTableRequest create_input_table = 31;
      Returns:
      Whether the createInputTable field is set.
    • getCreateInputTable

      CreateInputTableRequest getCreateInputTable()
      .io.deephaven.proto.backplane.grpc.CreateInputTableRequest create_input_table = 31;
      Returns:
      The createInputTable.
    • getCreateInputTableOrBuilder

      CreateInputTableRequestOrBuilder getCreateInputTableOrBuilder()
      .io.deephaven.proto.backplane.grpc.CreateInputTableRequest create_input_table = 31;
    • hasUpdateBy

      boolean hasUpdateBy()
      .io.deephaven.proto.backplane.grpc.UpdateByRequest update_by = 32;
      Returns:
      Whether the updateBy field is set.
    • getUpdateBy

      UpdateByRequest getUpdateBy()
      .io.deephaven.proto.backplane.grpc.UpdateByRequest update_by = 32;
      Returns:
      The updateBy.
    • getUpdateByOrBuilder

      UpdateByRequestOrBuilder getUpdateByOrBuilder()
      .io.deephaven.proto.backplane.grpc.UpdateByRequest update_by = 32;
    • hasWhereIn

      boolean hasWhereIn()
      .io.deephaven.proto.backplane.grpc.WhereInRequest where_in = 33;
      Returns:
      Whether the whereIn field is set.
    • getWhereIn

      WhereInRequest getWhereIn()
      .io.deephaven.proto.backplane.grpc.WhereInRequest where_in = 33;
      Returns:
      The whereIn.
    • getWhereInOrBuilder

      WhereInRequestOrBuilder getWhereInOrBuilder()
      .io.deephaven.proto.backplane.grpc.WhereInRequest where_in = 33;
    • hasAggregateAll

      boolean hasAggregateAll()
      .io.deephaven.proto.backplane.grpc.AggregateAllRequest aggregate_all = 34;
      Returns:
      Whether the aggregateAll field is set.
    • getAggregateAll

      AggregateAllRequest getAggregateAll()
      .io.deephaven.proto.backplane.grpc.AggregateAllRequest aggregate_all = 34;
      Returns:
      The aggregateAll.
    • getAggregateAllOrBuilder

      AggregateAllRequestOrBuilder getAggregateAllOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggregateAllRequest aggregate_all = 34;
    • hasAggregate

      boolean hasAggregate()
      .io.deephaven.proto.backplane.grpc.AggregateRequest aggregate = 35;
      Returns:
      Whether the aggregate field is set.
    • getAggregate

      AggregateRequest getAggregate()
      .io.deephaven.proto.backplane.grpc.AggregateRequest aggregate = 35;
      Returns:
      The aggregate.
    • getAggregateOrBuilder

      AggregateRequestOrBuilder getAggregateOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggregateRequest aggregate = 35;
    • hasSnapshot

      boolean hasSnapshot()
      .io.deephaven.proto.backplane.grpc.SnapshotTableRequest snapshot = 36;
      Returns:
      Whether the snapshot field is set.
    • getSnapshot

      SnapshotTableRequest getSnapshot()
      .io.deephaven.proto.backplane.grpc.SnapshotTableRequest snapshot = 36;
      Returns:
      The snapshot.
    • getSnapshotOrBuilder

      SnapshotTableRequestOrBuilder getSnapshotOrBuilder()
      .io.deephaven.proto.backplane.grpc.SnapshotTableRequest snapshot = 36;
    • hasSnapshotWhen

      boolean hasSnapshotWhen()
      .io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest snapshot_when = 37;
      Returns:
      Whether the snapshotWhen field is set.
    • getSnapshotWhen

      SnapshotWhenTableRequest getSnapshotWhen()
      .io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest snapshot_when = 37;
      Returns:
      The snapshotWhen.
    • getSnapshotWhenOrBuilder

      SnapshotWhenTableRequestOrBuilder getSnapshotWhenOrBuilder()
      .io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest snapshot_when = 37;
    • hasMetaTable

      boolean hasMetaTable()
      .io.deephaven.proto.backplane.grpc.MetaTableRequest meta_table = 38;
      Returns:
      Whether the metaTable field is set.
    • getMetaTable

      MetaTableRequest getMetaTable()
      .io.deephaven.proto.backplane.grpc.MetaTableRequest meta_table = 38;
      Returns:
      The metaTable.
    • getMetaTableOrBuilder

      MetaTableRequestOrBuilder getMetaTableOrBuilder()
      .io.deephaven.proto.backplane.grpc.MetaTableRequest meta_table = 38;
    • hasRangeJoin

      boolean hasRangeJoin()
      .io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest range_join = 39;
      Returns:
      Whether the rangeJoin field is set.
    • getRangeJoin

      RangeJoinTablesRequest getRangeJoin()
      .io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest range_join = 39;
      Returns:
      The rangeJoin.
    • getRangeJoinOrBuilder

      RangeJoinTablesRequestOrBuilder getRangeJoinOrBuilder()
      .io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest range_join = 39;
    • hasAj

      boolean hasAj()
      .io.deephaven.proto.backplane.grpc.AjRajTablesRequest aj = 40;
      Returns:
      Whether the aj field is set.
    • getAj

      .io.deephaven.proto.backplane.grpc.AjRajTablesRequest aj = 40;
      Returns:
      The aj.
    • getAjOrBuilder

      AjRajTablesRequestOrBuilder getAjOrBuilder()
      .io.deephaven.proto.backplane.grpc.AjRajTablesRequest aj = 40;
    • hasRaj

      boolean hasRaj()
      .io.deephaven.proto.backplane.grpc.AjRajTablesRequest raj = 41;
      Returns:
      Whether the raj field is set.
    • getRaj

      .io.deephaven.proto.backplane.grpc.AjRajTablesRequest raj = 41;
      Returns:
      The raj.
    • getRajOrBuilder

      AjRajTablesRequestOrBuilder getRajOrBuilder()
      .io.deephaven.proto.backplane.grpc.AjRajTablesRequest raj = 41;
    • hasColumnStatistics

      boolean hasColumnStatistics()
      .io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest column_statistics = 42;
      Returns:
      Whether the columnStatistics field is set.
    • getColumnStatistics

      ColumnStatisticsRequest getColumnStatistics()
      .io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest column_statistics = 42;
      Returns:
      The columnStatistics.
    • getColumnStatisticsOrBuilder

      ColumnStatisticsRequestOrBuilder getColumnStatisticsOrBuilder()
      .io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest column_statistics = 42;
    • hasMultiJoin

      boolean hasMultiJoin()
      .io.deephaven.proto.backplane.grpc.MultiJoinTablesRequest multi_join = 43;
      Returns:
      Whether the multiJoin field is set.
    • getMultiJoin

      MultiJoinTablesRequest getMultiJoin()
      .io.deephaven.proto.backplane.grpc.MultiJoinTablesRequest multi_join = 43;
      Returns:
      The multiJoin.
    • getMultiJoinOrBuilder

      MultiJoinTablesRequestOrBuilder getMultiJoinOrBuilder()
      .io.deephaven.proto.backplane.grpc.MultiJoinTablesRequest multi_join = 43;
    • getOpCase