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

io.deephaven.proto.backplane.grpc.RollupRequestOrBuilder Maven / Gradle / Ivy

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

package io.deephaven.proto.backplane.grpc;

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

  /**
   * 
   * Ticket to use to hold the result RollupTable from the rollup operation
   * 
* * .io.deephaven.proto.backplane.grpc.Ticket result_rollup_table_id = 1; * @return Whether the resultRollupTableId field is set. */ boolean hasResultRollupTableId(); /** *
   * Ticket to use to hold the result RollupTable from the rollup operation
   * 
* * .io.deephaven.proto.backplane.grpc.Ticket result_rollup_table_id = 1; * @return The resultRollupTableId. */ io.deephaven.proto.backplane.grpc.Ticket getResultRollupTableId(); /** *
   * Ticket to use to hold the result RollupTable from the rollup operation
   * 
* * .io.deephaven.proto.backplane.grpc.Ticket result_rollup_table_id = 1; */ io.deephaven.proto.backplane.grpc.TicketOrBuilder getResultRollupTableIdOrBuilder(); /** *
   * Ticket for the source Table to rollup
   * 
* * .io.deephaven.proto.backplane.grpc.Ticket source_table_id = 2; * @return Whether the sourceTableId field is set. */ boolean hasSourceTableId(); /** *
   * Ticket for the source Table to rollup
   * 
* * .io.deephaven.proto.backplane.grpc.Ticket source_table_id = 2; * @return The sourceTableId. */ io.deephaven.proto.backplane.grpc.Ticket getSourceTableId(); /** *
   * Ticket for the source Table to rollup
   * 
* * .io.deephaven.proto.backplane.grpc.Ticket source_table_id = 2; */ io.deephaven.proto.backplane.grpc.TicketOrBuilder getSourceTableIdOrBuilder(); /** *
   * The aggregations that should be applied at each level of the rollup
   * 
* * repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 3; */ java.util.List getAggregationsList(); /** *
   * The aggregations that should be applied at each level of the rollup
   * 
* * repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 3; */ io.deephaven.proto.backplane.grpc.Aggregation getAggregations(int index); /** *
   * The aggregations that should be applied at each level of the rollup
   * 
* * repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 3; */ int getAggregationsCount(); /** *
   * The aggregations that should be applied at each level of the rollup
   * 
* * repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 3; */ java.util.List getAggregationsOrBuilderList(); /** *
   * The aggregations that should be applied at each level of the rollup
   * 
* * repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 3; */ io.deephaven.proto.backplane.grpc.AggregationOrBuilder getAggregationsOrBuilder( int index); /** *
   * Whether to include the leaf-level constituents in the result
   * 
* * bool include_constituents = 4; * @return The includeConstituents. */ boolean getIncludeConstituents(); /** *
   * The names of the columns to rollup by
   * 
* * repeated string group_by_columns = 5; * @return A list containing the groupByColumns. */ java.util.List getGroupByColumnsList(); /** *
   * The names of the columns to rollup by
   * 
* * repeated string group_by_columns = 5; * @return The count of groupByColumns. */ int getGroupByColumnsCount(); /** *
   * The names of the columns to rollup by
   * 
* * repeated string group_by_columns = 5; * @param index The index of the element to return. * @return The groupByColumns at the given index. */ java.lang.String getGroupByColumns(int index); /** *
   * The names of the columns to rollup by
   * 
* * repeated string group_by_columns = 5; * @param index The index of the value to return. * @return The bytes of the groupByColumns at the given index. */ com.google.protobuf.ByteString getGroupByColumnsBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy