Module org.elasticsearch.compute
Package org.elasticsearch.compute.operator.topn
package org.elasticsearch.compute.operator.topn
-
ClassDescriptionA
TopNEncoderthat doesn't encode values so they are sortable but is capable of encoding any values.A top-N operator for grouped (SORT + LIMIT BY) queries.A thread safe, shared holder for the min competitive value from a set ofTopNOperators.ATopNEncoderthat encodes values to byte arrays that may be sorted directly.ATopNEncoderthat encodes values to byte arrays that may be sorted directly.Encodes values forTopNOperator.An operator that sorts "rows" of values by encoding the values to sort on, as bytes (using BytesRef).