Module org.elasticsearch.compute
Class ValuesNextPreparedForEmitting
java.lang.Object
org.elasticsearch.compute.aggregation.ValuesNextPreparedForEmitting
- All Implemented Interfaces:
Closeable,AutoCloseable,org.elasticsearch.core.Releasable
public class ValuesNextPreparedForEmitting
extends Object
implements org.elasticsearch.core.Releasable
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()intnextValuesEnd(int group) intnextValuesStart(int group)
-
Method Details
-
nextValuesStart
public int nextValuesStart(int group) -
nextValuesEnd
public int nextValuesEnd(int group) -
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.elasticsearch.core.Releasable
-