Package io.trino.execution
Class SetColumnTypeTask
java.lang.Object
io.trino.execution.SetColumnTypeTask
- All Implemented Interfaces:
DataDefinitionTask<SetColumnType>
-
Constructor Summary
ConstructorsConstructorDescriptionSetColumnTypeTask(Metadata metadata, TypeManager typeManager, AccessControl accessControl) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Void> execute(SetColumnType statement, QueryStateMachine stateMachine, List<Expression> parameters, WarningCollector warningCollector) getName()
-
Constructor Details
-
SetColumnTypeTask
@Inject public SetColumnTypeTask(Metadata metadata, TypeManager typeManager, AccessControl accessControl)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceDataDefinitionTask<SetColumnType>
-
execute
public com.google.common.util.concurrent.ListenableFuture<Void> execute(SetColumnType statement, QueryStateMachine stateMachine, List<Expression> parameters, WarningCollector warningCollector) - Specified by:
executein interfaceDataDefinitionTask<SetColumnType>
-