public class DropFunctionDesc extends Object implements DDLDesc, Serializable
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
DropFunctionDesc(String name,
boolean isTemporary,
ReplicationSpec replicationSpec) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
ReplicationSpec |
getReplicationSpec() |
boolean |
isTemporary() |
public DropFunctionDesc(String name, boolean isTemporary, ReplicationSpec replicationSpec)
public String getName()
public boolean isTemporary()
public ReplicationSpec getReplicationSpec()
Copyright © 2022 The Apache Software Foundation. All rights reserved.