Package org.elasticsearch.xpack.esql.inference
package org.elasticsearch.xpack.esql.inference
-
ClassDescriptionEvaluator for inference functions that performs constant folding by executing inference operations at optimization time and replacing them with their computed results.Factory for creating
InferenceFunctionEvaluatorinstances.An abstract asynchronous operator that performs throttled bulk inference execution using anInferenceResolver.Represents the result of an ongoing inference operation, including the original input page and the list of inference responses.An interface for accumulating inference responses and constructing a resultPage.Collects and resolves inference deployments inference IDs from ES|QL logical plans.Helper class that reads text strings from aBytesRefBlock.Encodes rows into an XContent format (JSON,YAML,...) for further processing.