public class SqlAlterTableDropPartitionConverter extends Object implements SqlNodeConverter<SqlDropPartitions>
SqlDropPartitions
.SqlNodeConverter.ConvertContext
Constructor and Description |
---|
SqlAlterTableDropPartitionConverter() |
Modifier and Type | Method and Description |
---|---|
Operation |
convertSqlNode(SqlDropPartitions sqlDropPartitions,
SqlNodeConverter.ConvertContext context)
Convert the given validated
SqlNode into an Operation . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supportedSqlKinds
public Operation convertSqlNode(SqlDropPartitions sqlDropPartitions, SqlNodeConverter.ConvertContext context)
SqlNodeConverter
SqlNode
into an Operation
.convertSqlNode
in interface SqlNodeConverter<SqlDropPartitions>
sqlDropPartitions
- a validated SqlNode
.context
- the utilities and context information to convertCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.