@Internal public interface ExtendedOperationExecutor
Modifier and Type | Method and Description |
---|---|
Optional<TableResultInternal> |
executeOperation(Operation operation)
Execute the given operation and return the execution result.
|
Optional<TableResultInternal> executeOperation(Operation operation)
If return Optional.empty(), the operation will then fall to Flink's operation execution.
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.