Class SourceQueryOperation

java.lang.Object
org.apache.flink.table.operations.SourceQueryOperation
All Implemented Interfaces:
Operation, QueryOperation

@Internal public class SourceQueryOperation extends Object implements QueryOperation
Describes a query operation from a ContextResolvedTable.

The source table is described by getContextResolvedTable(), and in general is used for every source which implementation is defined with DynamicTableSource. DataStream sources are handled by ExternalQueryOperation.