Uses of Annotation Type
org.apache.flink.annotation.Experimental
Packages that use Experimental
-
Uses of Experimental in org.apache.flink.configuration
Fields in org.apache.flink.configuration with annotations of type ExperimentalModifier and TypeFieldDescriptionstatic final ConfigOption<Integer>PipelineOptions.WATERMARK_ALIGNMENT_BUFFER_SIZE -
Uses of Experimental in org.apache.flink.table.api
Methods in org.apache.flink.table.api with annotations of type ExperimentalModifier and TypeMethodDescriptionorg.apache.flink.table.api.CompiledPlanStatementSet.compilePlan()org.apache.flink.table.api.CompiledPlanTableEnvironment.compilePlanSql(String stmt) Compiles a SQL DML statement into aCompiledPlan.default TableResultTableEnvironment.executePlan(org.apache.flink.table.api.PlanReference planReference) Shorthand fortEnv.loadPlan(planReference).execute().org.apache.flink.table.api.CompiledPlanTableEnvironment.loadPlan(org.apache.flink.table.api.PlanReference planReference) Loads a plan from aPlanReferenceinto aCompiledPlan.