Uses of Class
org.apache.flink.table.planner.plan.nodes.exec.spec.MatchSpec
Packages that use MatchSpec
Package
Description
-
Uses of MatchSpec in org.apache.flink.table.planner.plan.nodes.exec.batch
Constructors in org.apache.flink.table.planner.plan.nodes.exec.batch with parameters of type MatchSpecModifierConstructorDescriptionBatchExecMatch(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, MatchSpec matchSpec, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) BatchExecMatch(org.apache.flink.configuration.ReadableConfig tableConfig, MatchSpec matchSpec, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description) -
Uses of MatchSpec in org.apache.flink.table.planner.plan.nodes.exec.common
Fields in org.apache.flink.table.planner.plan.nodes.exec.common declared as MatchSpecMethods in org.apache.flink.table.planner.plan.nodes.exec.common with parameters of type MatchSpecModifier and TypeMethodDescriptionstatic org.apache.flink.api.java.tuple.Tuple2<org.apache.flink.cep.pattern.Pattern<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>, List<String>> CommonExecMatch.translatePattern(MatchSpec matchSpec, org.apache.flink.configuration.ReadableConfig config, ClassLoader classLoader, RelBuilder relBuilder, org.apache.flink.table.types.logical.RowType inputRowType) Constructors in org.apache.flink.table.planner.plan.nodes.exec.common with parameters of type MatchSpecModifierConstructorDescriptionCommonExecMatch(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, MatchSpec matchSpec, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.LogicalType outputType, String description) -
Uses of MatchSpec in org.apache.flink.table.planner.plan.nodes.exec.stream
Constructors in org.apache.flink.table.planner.plan.nodes.exec.stream with parameters of type MatchSpecModifierConstructorDescriptionStreamExecMatch(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, MatchSpec matchSpec, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecMatch(org.apache.flink.configuration.ReadableConfig tableConfig, MatchSpec matchSpec, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description)