Class AsyncConnectorSourceOperatorFactory

java.lang.Object
org.elasticsearch.xpack.esql.datasources.AsyncConnectorSourceOperatorFactory
All Implemented Interfaces:
Describable, Operator.OperatorFactory, SourceOperator.SourceOperatorFactory

public class AsyncConnectorSourceOperatorFactory extends Object implements SourceOperator.SourceOperatorFactory
Single-split source operator factory that executes a connector query on a background thread and feeds pages into an AsyncExternalSourceBuffer for the driver to consume.