Interface AggSpec.AggSpecMedianOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AggSpec.AggSpecMedian,AggSpec.AggSpecMedian.Builder
- Enclosing class:
- AggSpec
public static interface AggSpec.AggSpecMedianOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether to average the highest low-bucket value and lowest high-bucket value, when the low-bucket and high-bucket are of equal size.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAverageEvenlyDivided
boolean getAverageEvenlyDivided()Whether to average the highest low-bucket value and lowest high-bucket value, when the low-bucket and high-bucket are of equal size. Only applies to numeric types.
bool average_evenly_divided = 1;- Returns:
- The averageEvenlyDivided.
-