Uses of Interface
org.apache.flink.table.runtime.context.ExecutionContext
-
-
Uses of ExecutionContext in org.apache.flink.table.runtime.context
Classes in org.apache.flink.table.runtime.context that implement ExecutionContext Modifier and Type Class Description classExecutionContextImplImplementation of ExecutionContext. -
Uses of ExecutionContext in org.apache.flink.table.runtime.operators.aggregate
Methods in org.apache.flink.table.runtime.operators.aggregate with parameters of type ExecutionContext Modifier and Type Method Description voidMiniBatchGlobalGroupAggFunction. open(ExecutionContext ctx)voidMiniBatchGroupAggFunction. open(ExecutionContext ctx)voidMiniBatchIncrementalGroupAggFunction. open(ExecutionContext ctx)voidMiniBatchLocalGroupAggFunction. open(ExecutionContext ctx) -
Uses of ExecutionContext in org.apache.flink.table.runtime.operators.bundle
Fields in org.apache.flink.table.runtime.operators.bundle declared as ExecutionContext Modifier and Type Field Description protected ExecutionContextMapBundleFunction. ctxMethods in org.apache.flink.table.runtime.operators.bundle with parameters of type ExecutionContext Modifier and Type Method Description voidMapBundleFunction. open(ExecutionContext ctx) -
Uses of ExecutionContext in org.apache.flink.table.runtime.operators.deduplicate
Methods in org.apache.flink.table.runtime.operators.deduplicate with parameters of type ExecutionContext Modifier and Type Method Description voidProcTimeMiniBatchDeduplicateKeepLastRowFunction. open(ExecutionContext ctx) -
Uses of ExecutionContext in org.apache.flink.table.runtime.operators.over.frame
Methods in org.apache.flink.table.runtime.operators.over.frame with parameters of type ExecutionContext Modifier and Type Method Description voidInsensitiveOverFrame. open(ExecutionContext ctx)voidOffsetOverFrame. open(ExecutionContext ctx)voidOverWindowFrame. open(ExecutionContext ctx)Open to init withExecutionContext.voidRangeSlidingOverFrame. open(ExecutionContext ctx)voidRangeUnboundedFollowingOverFrame. open(ExecutionContext ctx)voidRangeUnboundedPrecedingOverFrame. open(ExecutionContext ctx)voidSlidingOverFrame. open(ExecutionContext ctx)voidUnboundedFollowingOverFrame. open(ExecutionContext ctx)voidUnboundedOverWindowFrame. open(ExecutionContext ctx)voidUnboundedPrecedingOverFrame. open(ExecutionContext ctx)
-