Package io.deephaven.server.table.ops
Class AggregationAdapter
java.lang.Object
io.deephaven.server.table.ops.AggregationAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.deephaven.api.agg.Aggregationadapt(io.deephaven.proto.backplane.grpc.Aggregation aggregation) static io.deephaven.api.agg.Aggregationadapt(io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns aggregationColumns) static io.deephaven.api.agg.Countadapt(io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount count) static io.deephaven.api.agg.CountWhereadapt(io.deephaven.proto.backplane.grpc.Aggregation.AggregationCountWhere count) static io.deephaven.api.agg.Formulaadapt(io.deephaven.proto.backplane.grpc.Aggregation.AggregationFormula formula) static io.deephaven.api.agg.Partitionadapt(io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition partition) static io.deephaven.api.Selectableadapt(io.deephaven.proto.backplane.grpc.Selectable selectable) static io.deephaven.api.agg.FirstRowKeyadaptFirst(io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey key) static io.deephaven.api.agg.LastRowKeyadaptLast(io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey key) static voidvalidate(io.deephaven.proto.backplane.grpc.Aggregation aggregation) static voidvalidate(io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns columns)
-
Constructor Details
-
AggregationAdapter
public AggregationAdapter()
-
-
Method Details
-
validate
public static void validate(io.deephaven.proto.backplane.grpc.Aggregation aggregation) -
adapt
public static io.deephaven.api.Selectable adapt(io.deephaven.proto.backplane.grpc.Selectable selectable) -
adapt
public static io.deephaven.api.agg.Aggregation adapt(io.deephaven.proto.backplane.grpc.Aggregation aggregation) -
validate
public static void validate(io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns columns) -
adapt
public static io.deephaven.api.agg.Aggregation adapt(io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns aggregationColumns) -
adapt
public static io.deephaven.api.agg.Count adapt(io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount count) -
adapt
public static io.deephaven.api.agg.CountWhere adapt(io.deephaven.proto.backplane.grpc.Aggregation.AggregationCountWhere count) -
adapt
public static io.deephaven.api.agg.Formula adapt(io.deephaven.proto.backplane.grpc.Aggregation.AggregationFormula formula) -
adaptFirst
public static io.deephaven.api.agg.FirstRowKey adaptFirst(io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey key) -
adaptLast
public static io.deephaven.api.agg.LastRowKey adaptLast(io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey key) -
adapt
public static io.deephaven.api.agg.Partition adapt(io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition partition)
-