Class AggregationAdapter

java.lang.Object
io.deephaven.server.table.ops.AggregationAdapter

public class AggregationAdapter extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static io.deephaven.api.agg.Aggregation
    adapt(io.deephaven.proto.backplane.grpc.Aggregation aggregation)
     
    static io.deephaven.api.agg.Aggregation
    adapt(io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns aggregationColumns)
     
    static io.deephaven.api.agg.Count
    adapt(io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount count)
     
    static io.deephaven.api.agg.CountWhere
    adapt(io.deephaven.proto.backplane.grpc.Aggregation.AggregationCountWhere count)
     
    static io.deephaven.api.agg.Formula
    adapt(io.deephaven.proto.backplane.grpc.Aggregation.AggregationFormula formula)
     
    static io.deephaven.api.agg.Partition
    adapt(io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition partition)
     
    static io.deephaven.api.Selectable
    adapt(io.deephaven.proto.backplane.grpc.Selectable selectable)
     
    static io.deephaven.api.agg.FirstRowKey
    adaptFirst(io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey key)
     
    static io.deephaven.api.agg.LastRowKey
    adaptLast(io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey key)
     
    static void
    validate(io.deephaven.proto.backplane.grpc.Aggregation aggregation)
     
    static void
    validate(io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns columns)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)