public class HiveOperationExecutor extends Object implements ExtendedOperationExecutor
Constructor and Description |
---|
HiveOperationExecutor(CatalogManager catalogManager,
PlannerContext plannerContext) |
Modifier and Type | Method and Description |
---|---|
Optional<TableResultInternal> |
executeOperation(Operation operation)
Execute the given operation and return the execution result.
|
public HiveOperationExecutor(CatalogManager catalogManager, PlannerContext plannerContext)
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.