java.io.deephaven.proto.backplane.grpc.AggSpecOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven/proto/table.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;
public interface AggSpecOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.AggSpec)
com.google.protobuf.MessageOrBuilder {
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAbsSum abs_sum = 1;
* @return Whether the absSum field is set.
*/
boolean hasAbsSum();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAbsSum abs_sum = 1;
* @return The absSum.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAbsSum getAbsSum();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAbsSum abs_sum = 1;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAbsSumOrBuilder getAbsSumOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile approximate_percentile = 2;
* @return Whether the approximatePercentile field is set.
*/
boolean hasApproximatePercentile();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile approximate_percentile = 2;
* @return The approximatePercentile.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile getApproximatePercentile();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile approximate_percentile = 2;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentileOrBuilder getApproximatePercentileOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAvg avg = 3;
* @return Whether the avg field is set.
*/
boolean hasAvg();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAvg avg = 3;
* @return The avg.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAvg getAvg();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAvg avg = 3;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAvgOrBuilder getAvgOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct count_distinct = 4;
* @return Whether the countDistinct field is set.
*/
boolean hasCountDistinct();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct count_distinct = 4;
* @return The countDistinct.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct getCountDistinct();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct count_distinct = 4;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinctOrBuilder getCountDistinctOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct distinct = 5;
* @return Whether the distinct field is set.
*/
boolean hasDistinct();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct distinct = 5;
* @return The distinct.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct getDistinct();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct distinct = 5;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinctOrBuilder getDistinctOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFirst first = 6;
* @return Whether the first field is set.
*/
boolean hasFirst();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFirst first = 6;
* @return The first.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFirst getFirst();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFirst first = 6;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFirstOrBuilder getFirstOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula formula = 7;
* @return Whether the formula field is set.
*/
boolean hasFormula();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula formula = 7;
* @return The formula.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula getFormula();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula formula = 7;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormulaOrBuilder getFormulaOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFreeze freeze = 8;
* @return Whether the freeze field is set.
*/
boolean hasFreeze();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFreeze freeze = 8;
* @return The freeze.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFreeze getFreeze();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFreeze freeze = 8;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFreezeOrBuilder getFreezeOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecGroup group = 9;
* @return Whether the group field is set.
*/
boolean hasGroup();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecGroup group = 9;
* @return The group.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecGroup getGroup();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecGroup group = 9;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecGroupOrBuilder getGroupOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecLast last = 10;
* @return Whether the last field is set.
*/
boolean hasLast();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecLast last = 10;
* @return The last.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecLast getLast();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecLast last = 10;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecLastOrBuilder getLastOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMax max = 11;
* @return Whether the max field is set.
*/
boolean hasMax();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMax max = 11;
* @return The max.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMax getMax();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMax max = 11;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMaxOrBuilder getMaxOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian median = 12;
* @return Whether the median field is set.
*/
boolean hasMedian();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian median = 12;
* @return The median.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian getMedian();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian median = 12;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedianOrBuilder getMedianOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMin min = 13;
* @return Whether the min field is set.
*/
boolean hasMin();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMin min = 13;
* @return The min.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMin getMin();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMin min = 13;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMinOrBuilder getMinOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile percentile = 14;
* @return Whether the percentile field is set.
*/
boolean hasPercentile();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile percentile = 14;
* @return The percentile.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile getPercentile();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile percentile = 14;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentileOrBuilder getPercentileOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_first = 15;
* @return Whether the sortedFirst field is set.
*/
boolean hasSortedFirst();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_first = 15;
* @return The sortedFirst.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted getSortedFirst();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_first = 15;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedOrBuilder getSortedFirstOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_last = 16;
* @return Whether the sortedLast field is set.
*/
boolean hasSortedLast();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_last = 16;
* @return The sortedLast.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted getSortedLast();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_last = 16;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedOrBuilder getSortedLastOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecStd std = 17;
* @return Whether the std field is set.
*/
boolean hasStd();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecStd std = 17;
* @return The std.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecStd getStd();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecStd std = 17;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecStdOrBuilder getStdOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSum sum = 18;
* @return Whether the sum field is set.
*/
boolean hasSum();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSum sum = 18;
* @return The sum.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSum getSum();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSum sum = 18;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSumOrBuilder getSumOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest t_digest = 19;
* @return Whether the tDigest field is set.
*/
boolean hasTDigest();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest t_digest = 19;
* @return The tDigest.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest getTDigest();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest t_digest = 19;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigestOrBuilder getTDigestOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique unique = 20;
* @return Whether the unique field is set.
*/
boolean hasUnique();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique unique = 20;
* @return The unique.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique getUnique();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique unique = 20;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUniqueOrBuilder getUniqueOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_avg = 21;
* @return Whether the weightedAvg field is set.
*/
boolean hasWeightedAvg();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_avg = 21;
* @return The weightedAvg.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted getWeightedAvg();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_avg = 21;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeightedOrBuilder getWeightedAvgOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_sum = 22;
* @return Whether the weightedSum field is set.
*/
boolean hasWeightedSum();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_sum = 22;
* @return The weightedSum.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted getWeightedSum();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_sum = 22;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeightedOrBuilder getWeightedSumOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecVar var = 23;
* @return Whether the var field is set.
*/
boolean hasVar();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecVar var = 23;
* @return The var.
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecVar getVar();
/**
* .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecVar var = 23;
*/
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecVarOrBuilder getVarOrBuilder();
io.deephaven.proto.backplane.grpc.AggSpec.TypeCase getTypeCase();
}