public class CreateFunctionPlan extends PhysicalPlan
PhysicalPlan.Factory, PhysicalPlan.PhysicalPlanTypecanBeSplit, index| 构造器和说明 |
|---|
CreateFunctionPlan() |
CreateFunctionPlan(String udfName,
String className) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deserialize(ByteBuffer buffer)
Deserialize the plan from the given buffer.
|
String |
getClassName() |
List<PartialPath> |
getPaths() |
String |
getUdfName() |
void |
serialize(DataOutputStream outputStream)
Serialize the plan into the given buffer.
|
void |
setClassName(String className) |
canBeSplit, checkIntegrity, getAggregations, getAuthPaths, getIndex, getLoginUserName, getOperatorName, getOperatorType, getSerializedSize, isAuthenticationRequired, isDebug, isPrefixMatch, isQuery, isSelectInto, putString, putString, putStrings, putStrings, readString, readStrings, serialize, serializeImpl, setDebug, setIndex, setLoginUserName, setOperatorType, setPaths, setPrefixMatch, setQuerypublic String getUdfName()
public String getClassName()
public void setClassName(String className)
public List<PartialPath> getPaths()
getPaths 在类中 PhysicalPlanpublic void serialize(DataOutputStream outputStream) throws IOException
PhysicalPlanserialize 在类中 PhysicalPlanIOExceptionpublic void deserialize(ByteBuffer buffer) throws IllegalPathException
PhysicalPlandeserialize 在类中 PhysicalPlanIllegalPathExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.