Module org.elasticsearch.compute
Class ResultBuilderForNull
java.lang.Object
org.elasticsearch.compute.operator.topn.ResultBuilderForNull
- All Implemented Interfaces:
Closeable,AutoCloseable,org.elasticsearch.core.Releasable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResultBuilderForNull
-
-
Method Details
-
decodeKey
public void decodeKey(org.apache.lucene.util.BytesRef keys) -
decodeValue
public void decodeValue(org.apache.lucene.util.BytesRef values) -
build
-
toString
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.elasticsearch.core.Releasable
-