public static class DialectFactory.EmptyOperationExecutor extends Object implements ExtendedOperationExecutor
ExtendedOperationExecutor
that doesn't extend any
operation behavior but forward all operations to the Flink planner.Constructor and Description |
---|
EmptyOperationExecutor() |
Modifier and Type | Method and Description |
---|---|
Optional<TableResultInternal> |
executeOperation(Operation operation)
Execute the given operation and return the execution result.
|
public Optional<TableResultInternal> executeOperation(Operation operation)
ExtendedOperationExecutor
If return Optional.empty(), the operation will then fall to Flink's operation execution.
executeOperation
in interface ExtendedOperationExecutor
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.