@Internal public interface CreateOperation extends Operation, ExecutableOperation
Operation
that describes the DDL statements, e.g. CREATE TABLE or CREATE FUNCTION.
Different sub operations can have their special instances. For example, a create table
operation will have a CatalogTable
instance, while a
create function operation will have a CatalogFunction
instance.
ExecutableOperation.Context
execute
asSummaryString
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.