Module org.elasticsearch.compute
Class ValueExtractorForAggregateMetricDouble
java.lang.Object
org.elasticsearch.compute.operator.topn.ValueExtractorForAggregateMetricDouble
-
Method Summary
Modifier and TypeMethodDescriptiondefault org.elasticsearch.core.RefCountedgetRefCountedForShard(int position) This should return a non-null value if the row is supposed to hold a temporary reference to a shard (including incrementing and decrementing it) in between encoding and decoding the row values.toString()voidwriteValue(BreakingBytesRefBuilder values, int position)
-
Method Details
-
writeValue
-
toString
-
getRefCountedForShard
@Nullable default org.elasticsearch.core.RefCounted getRefCountedForShard(int position) This should return a non-null value if the row is supposed to hold a temporary reference to a shard (including incrementing and decrementing it) in between encoding and decoding the row values.
-