Module org.elasticsearch.compute
Interface ValuesSourceReaderOperator.ConverterEvaluator
- All Superinterfaces:
AutoCloseable,Closeable,org.elasticsearch.core.Releasable
- Enclosing class:
ValuesSourceReaderOperator
public static interface ValuesSourceReaderOperator.ConverterEvaluator
extends org.elasticsearch.core.Releasable
Evaluator for any type conversions that must be performed on load. These are
built lazily on first need and kept until the
ValuesSourceReaderOperator
is closed.-
Method Summary
Methods inherited from interface org.elasticsearch.core.Releasable
close
-
Method Details
-
convert
-