Package org.elasticsearch.xpack.esql.optimizer.rules.physical
package org.elasticsearch.xpack.esql.optimizer.rules.physical
-
ClassesClassDescriptionAdds an explicit project to minimize the amount of attributes sent from the local plan to the coordinator.If the original aggregate wrapped by the sampled aggregate cannot be pushed down to Lucene (which would execute exact and fast), sampling should be used to speed up the aggregation.