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.Manages the execution of inference requests for a single input page.Represents a single inference request with metadata for result building.Builder for constructing position value counts arrays dynamically.Factory interface for creatingInferenceOperator.BulkInferenceOperationinstances from input pages.Represents a completed inference response with metadata for result building.Represents the result of a bulk inference operation for a single input page.Collects and resolves inference deployments inference IDs from ES|QL logical plans.Settings for inference features such as completion and rerank.Helper class that reads text strings from aBytesRefBlock.