Interface AggSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AggSpec
,AggSpec.Builder
public interface AggSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAbsSum abs_sum = 1;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAbsSum abs_sum = 1;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile approximate_percentile = 2;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile approximate_percentile = 2;
getAvg()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAvg avg = 3;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAvg avg = 3;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct count_distinct = 4;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct count_distinct = 4;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct distinct = 5;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct distinct = 5;
getFirst()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFirst first = 6;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFirst first = 6;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula formula = 7;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula formula = 7;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFreeze freeze = 8;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFreeze freeze = 8;
getGroup()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecGroup group = 9;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecGroup group = 9;
getLast()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecLast last = 10;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecLast last = 10;
getMax()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMax max = 11;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMax max = 11;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian median = 12;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian median = 12;
getMin()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMin min = 13;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMin min = 13;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile percentile = 14;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile percentile = 14;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_first = 15;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_first = 15;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_last = 16;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_last = 16;
getStd()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecStd std = 17;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecStd std = 17;
getSum()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSum sum = 18;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSum sum = 18;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest t_digest = 19;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest t_digest = 19;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique unique = 20;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique unique = 20;
getVar()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecVar var = 23;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecVar var = 23;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_avg = 21;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_avg = 21;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_sum = 22;
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_sum = 22;
boolean
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAbsSum abs_sum = 1;
boolean
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile approximate_percentile = 2;
boolean
hasAvg()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAvg avg = 3;
boolean
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct count_distinct = 4;
boolean
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct distinct = 5;
boolean
hasFirst()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFirst first = 6;
boolean
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula formula = 7;
boolean
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFreeze freeze = 8;
boolean
hasGroup()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecGroup group = 9;
boolean
hasLast()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecLast last = 10;
boolean
hasMax()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMax max = 11;
boolean
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian median = 12;
boolean
hasMin()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMin min = 13;
boolean
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile percentile = 14;
boolean
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_first = 15;
boolean
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_last = 16;
boolean
hasStd()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecStd std = 17;
boolean
hasSum()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSum sum = 18;
boolean
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest t_digest = 19;
boolean
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique unique = 20;
boolean
hasVar()
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecVar var = 23;
boolean
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_avg = 21;
boolean
.io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_sum = 22;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAbsSum
boolean hasAbsSum().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAbsSum abs_sum = 1;
- Returns:
- Whether the absSum field is set.
-
getAbsSum
AggSpec.AggSpecAbsSum getAbsSum().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAbsSum abs_sum = 1;
- Returns:
- The absSum.
-
getAbsSumOrBuilder
AggSpec.AggSpecAbsSumOrBuilder getAbsSumOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAbsSum abs_sum = 1;
-
hasApproximatePercentile
boolean hasApproximatePercentile().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile approximate_percentile = 2;
- Returns:
- Whether the approximatePercentile field is set.
-
getApproximatePercentile
AggSpec.AggSpecApproximatePercentile getApproximatePercentile().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile approximate_percentile = 2;
- Returns:
- The approximatePercentile.
-
getApproximatePercentileOrBuilder
AggSpec.AggSpecApproximatePercentileOrBuilder getApproximatePercentileOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile approximate_percentile = 2;
-
hasAvg
boolean hasAvg().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAvg avg = 3;
- Returns:
- Whether the avg field is set.
-
getAvg
AggSpec.AggSpecAvg getAvg().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAvg avg = 3;
- Returns:
- The avg.
-
getAvgOrBuilder
AggSpec.AggSpecAvgOrBuilder getAvgOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAvg avg = 3;
-
hasCountDistinct
boolean hasCountDistinct().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct count_distinct = 4;
- Returns:
- Whether the countDistinct field is set.
-
getCountDistinct
AggSpec.AggSpecCountDistinct getCountDistinct().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct count_distinct = 4;
- Returns:
- The countDistinct.
-
getCountDistinctOrBuilder
AggSpec.AggSpecCountDistinctOrBuilder getCountDistinctOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct count_distinct = 4;
-
hasDistinct
boolean hasDistinct().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct distinct = 5;
- Returns:
- Whether the distinct field is set.
-
getDistinct
AggSpec.AggSpecDistinct getDistinct().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct distinct = 5;
- Returns:
- The distinct.
-
getDistinctOrBuilder
AggSpec.AggSpecDistinctOrBuilder getDistinctOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct distinct = 5;
-
hasFirst
boolean hasFirst().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFirst first = 6;
- Returns:
- Whether the first field is set.
-
getFirst
AggSpec.AggSpecFirst getFirst().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFirst first = 6;
- Returns:
- The first.
-
getFirstOrBuilder
AggSpec.AggSpecFirstOrBuilder getFirstOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFirst first = 6;
-
hasFormula
boolean hasFormula().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula formula = 7;
- Returns:
- Whether the formula field is set.
-
getFormula
AggSpec.AggSpecFormula getFormula().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula formula = 7;
- Returns:
- The formula.
-
getFormulaOrBuilder
AggSpec.AggSpecFormulaOrBuilder getFormulaOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula formula = 7;
-
hasFreeze
boolean hasFreeze().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFreeze freeze = 8;
- Returns:
- Whether the freeze field is set.
-
getFreeze
AggSpec.AggSpecFreeze getFreeze().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFreeze freeze = 8;
- Returns:
- The freeze.
-
getFreezeOrBuilder
AggSpec.AggSpecFreezeOrBuilder getFreezeOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFreeze freeze = 8;
-
hasGroup
boolean hasGroup().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecGroup group = 9;
- Returns:
- Whether the group field is set.
-
getGroup
AggSpec.AggSpecGroup getGroup().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecGroup group = 9;
- Returns:
- The group.
-
getGroupOrBuilder
AggSpec.AggSpecGroupOrBuilder getGroupOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecGroup group = 9;
-
hasLast
boolean hasLast().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecLast last = 10;
- Returns:
- Whether the last field is set.
-
getLast
AggSpec.AggSpecLast getLast().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecLast last = 10;
- Returns:
- The last.
-
getLastOrBuilder
AggSpec.AggSpecLastOrBuilder getLastOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecLast last = 10;
-
hasMax
boolean hasMax().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMax max = 11;
- Returns:
- Whether the max field is set.
-
getMax
AggSpec.AggSpecMax getMax().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMax max = 11;
- Returns:
- The max.
-
getMaxOrBuilder
AggSpec.AggSpecMaxOrBuilder getMaxOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMax max = 11;
-
hasMedian
boolean hasMedian().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian median = 12;
- Returns:
- Whether the median field is set.
-
getMedian
AggSpec.AggSpecMedian getMedian().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian median = 12;
- Returns:
- The median.
-
getMedianOrBuilder
AggSpec.AggSpecMedianOrBuilder getMedianOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian median = 12;
-
hasMin
boolean hasMin().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMin min = 13;
- Returns:
- Whether the min field is set.
-
getMin
AggSpec.AggSpecMin getMin().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMin min = 13;
- Returns:
- The min.
-
getMinOrBuilder
AggSpec.AggSpecMinOrBuilder getMinOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMin min = 13;
-
hasPercentile
boolean hasPercentile().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile percentile = 14;
- Returns:
- Whether the percentile field is set.
-
getPercentile
AggSpec.AggSpecPercentile getPercentile().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile percentile = 14;
- Returns:
- The percentile.
-
getPercentileOrBuilder
AggSpec.AggSpecPercentileOrBuilder getPercentileOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile percentile = 14;
-
hasSortedFirst
boolean hasSortedFirst().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_first = 15;
- Returns:
- Whether the sortedFirst field is set.
-
getSortedFirst
AggSpec.AggSpecSorted getSortedFirst().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_first = 15;
- Returns:
- The sortedFirst.
-
getSortedFirstOrBuilder
AggSpec.AggSpecSortedOrBuilder getSortedFirstOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_first = 15;
-
hasSortedLast
boolean hasSortedLast().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_last = 16;
- Returns:
- Whether the sortedLast field is set.
-
getSortedLast
AggSpec.AggSpecSorted getSortedLast().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_last = 16;
- Returns:
- The sortedLast.
-
getSortedLastOrBuilder
AggSpec.AggSpecSortedOrBuilder getSortedLastOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_last = 16;
-
hasStd
boolean hasStd().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecStd std = 17;
- Returns:
- Whether the std field is set.
-
getStd
AggSpec.AggSpecStd getStd().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecStd std = 17;
- Returns:
- The std.
-
getStdOrBuilder
AggSpec.AggSpecStdOrBuilder getStdOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecStd std = 17;
-
hasSum
boolean hasSum().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSum sum = 18;
- Returns:
- Whether the sum field is set.
-
getSum
AggSpec.AggSpecSum getSum().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSum sum = 18;
- Returns:
- The sum.
-
getSumOrBuilder
AggSpec.AggSpecSumOrBuilder getSumOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSum sum = 18;
-
hasTDigest
boolean hasTDigest().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest t_digest = 19;
- Returns:
- Whether the tDigest field is set.
-
getTDigest
AggSpec.AggSpecTDigest getTDigest().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest t_digest = 19;
- Returns:
- The tDigest.
-
getTDigestOrBuilder
AggSpec.AggSpecTDigestOrBuilder getTDigestOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest t_digest = 19;
-
hasUnique
boolean hasUnique().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique unique = 20;
- Returns:
- Whether the unique field is set.
-
getUnique
AggSpec.AggSpecUnique getUnique().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique unique = 20;
- Returns:
- The unique.
-
getUniqueOrBuilder
AggSpec.AggSpecUniqueOrBuilder getUniqueOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique unique = 20;
-
hasWeightedAvg
boolean hasWeightedAvg().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_avg = 21;
- Returns:
- Whether the weightedAvg field is set.
-
getWeightedAvg
AggSpec.AggSpecWeighted getWeightedAvg().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_avg = 21;
- Returns:
- The weightedAvg.
-
getWeightedAvgOrBuilder
AggSpec.AggSpecWeightedOrBuilder getWeightedAvgOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_avg = 21;
-
hasWeightedSum
boolean hasWeightedSum().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_sum = 22;
- Returns:
- Whether the weightedSum field is set.
-
getWeightedSum
AggSpec.AggSpecWeighted getWeightedSum().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_sum = 22;
- Returns:
- The weightedSum.
-
getWeightedSumOrBuilder
AggSpec.AggSpecWeightedOrBuilder getWeightedSumOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_sum = 22;
-
hasVar
boolean hasVar().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecVar var = 23;
- Returns:
- Whether the var field is set.
-
getVar
AggSpec.AggSpecVar getVar().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecVar var = 23;
- Returns:
- The var.
-
getVarOrBuilder
AggSpec.AggSpecVarOrBuilder getVarOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec.AggSpecVar var = 23;
-
getTypeCase
AggSpec.TypeCase getTypeCase()
-