Package | Description |
---|---|
org.apache.flink.table.api.internal | |
org.apache.flink.table.catalog | |
org.apache.flink.table.delegation | |
org.apache.flink.table.factories |
Class and Description |
---|
Executor
It enables the execution of a graph of
Transformation s generated by the Planner . |
ExtendedOperationExecutor
An extended operation executor which provides method for executing operation.
|
InternalPlan
Internal interface wrapping a plan.
|
Parser
Provides methods for parsing SQL objects from a SQL string.
|
Planner
This interface serves two purposes:
SQL parser via
Planner.getParser() - transforms a SQL string into a Table API specific
objects e.g. |
Class and Description |
---|
PlannerTypeInferenceUtil
Temporary utility for validation and output type inference until all
PlannerExpression
are upgraded to work with TypeInferenceUtil . |
Class and Description |
---|
Executor
It enables the execution of a graph of
Transformation s generated by the Planner . |
ExtendedOperationExecutor
An extended operation executor which provides method for executing operation.
|
InternalPlan
Internal interface wrapping a plan.
|
Parser
Provides methods for parsing SQL objects from a SQL string.
|
Planner
This interface serves two purposes:
SQL parser via
Planner.getParser() - transforms a SQL string into a Table API specific
objects e.g. |
PlannerFactory.Context
Context used when creating a planner.
|
Class and Description |
---|
Executor
It enables the execution of a graph of
Transformation s generated by the Planner . |
Planner
This interface serves two purposes:
SQL parser via
Planner.getParser() - transforms a SQL string into a Table API specific
objects e.g. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.