Class ComboAggregateRequest.Aggregate

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ComboAggregateRequest.AggregateOrBuilder, Serializable
Enclosing class:
ComboAggregateRequest

public static final class ComboAggregateRequest.Aggregate extends com.google.protobuf.GeneratedMessageV3 implements ComboAggregateRequest.AggregateOrBuilder
Protobuf type io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getTypeValue

      public int getTypeValue()
      .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.AggType type = 1;
      Specified by:
      getTypeValue in interface ComboAggregateRequest.AggregateOrBuilder
      Returns:
      The enum numeric value on the wire for type.
    • getType

      .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.AggType type = 1;
      Specified by:
      getType in interface ComboAggregateRequest.AggregateOrBuilder
      Returns:
      The type.
    • getMatchPairsList

      public com.google.protobuf.ProtocolStringList getMatchPairsList()
       used in all aggregates except countBy
       
      repeated string match_pairs = 2;
      Specified by:
      getMatchPairsList in interface ComboAggregateRequest.AggregateOrBuilder
      Returns:
      A list containing the matchPairs.
    • getMatchPairsCount

      public int getMatchPairsCount()
       used in all aggregates except countBy
       
      repeated string match_pairs = 2;
      Specified by:
      getMatchPairsCount in interface ComboAggregateRequest.AggregateOrBuilder
      Returns:
      The count of matchPairs.
    • getMatchPairs

      public String getMatchPairs(int index)
       used in all aggregates except countBy
       
      repeated string match_pairs = 2;
      Specified by:
      getMatchPairs in interface ComboAggregateRequest.AggregateOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The matchPairs at the given index.
    • getMatchPairsBytes

      public com.google.protobuf.ByteString getMatchPairsBytes(int index)
       used in all aggregates except countBy
       
      repeated string match_pairs = 2;
      Specified by:
      getMatchPairsBytes in interface ComboAggregateRequest.AggregateOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the matchPairs at the given index.
    • getColumnName

      public String getColumnName()
       countBy result (output) column OR weighted avg weight (input) column, otherwise unused
       
      string column_name = 3;
      Specified by:
      getColumnName in interface ComboAggregateRequest.AggregateOrBuilder
      Returns:
      The columnName.
    • getColumnNameBytes

      public com.google.protobuf.ByteString getColumnNameBytes()
       countBy result (output) column OR weighted avg weight (input) column, otherwise unused
       
      string column_name = 3;
      Specified by:
      getColumnNameBytes in interface ComboAggregateRequest.AggregateOrBuilder
      Returns:
      The bytes for columnName.
    • getPercentile

      public double getPercentile()
       required by percentileBy aggregates, otherwise unused
       
      double percentile = 4;
      Specified by:
      getPercentile in interface ComboAggregateRequest.AggregateOrBuilder
      Returns:
      The percentile.
    • getAvgMedian

      public boolean getAvgMedian()
       used in percentileBy only
       
      bool avg_median = 5;
      Specified by:
      getAvgMedian in interface ComboAggregateRequest.AggregateOrBuilder
      Returns:
      The avgMedian.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ComboAggregateRequest.Aggregate parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ComboAggregateRequest.Aggregate parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ComboAggregateRequest.Aggregate parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ComboAggregateRequest.Aggregate parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ComboAggregateRequest.Aggregate parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ComboAggregateRequest.Aggregate parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ComboAggregateRequest.Aggregate parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ComboAggregateRequest.Aggregate parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ComboAggregateRequest.Aggregate parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ComboAggregateRequest.Aggregate parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ComboAggregateRequest.Aggregate parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ComboAggregateRequest.Aggregate parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ComboAggregateRequest.Aggregate.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ComboAggregateRequest.Aggregate.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ComboAggregateRequest.Aggregate.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ComboAggregateRequest.Aggregate getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ComboAggregateRequest.Aggregate> parser()
    • getParserForType

      public com.google.protobuf.Parser<ComboAggregateRequest.Aggregate> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public ComboAggregateRequest.Aggregate getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder