public class ProcedureParameterImpl extends Object implements ProcedureParameter
ProcedureParameter.| Constructor and Description |
|---|
ProcedureParameterImpl(String name,
org.apache.spark.sql.types.DataType dataType,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.spark.sql.types.DataType |
dataType()
Returns the type of input parameter.
|
boolean |
equals(Object other) |
int |
hashCode() |
String |
name()
Returns the name of input parameter.
|
boolean |
required()
Returns whether input parameter is required.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitoptional, requiredpublic ProcedureParameterImpl(String name, org.apache.spark.sql.types.DataType dataType, boolean required)
public String name()
ProcedureParametername in interface ProcedureParameterpublic org.apache.spark.sql.types.DataType dataType()
ProcedureParameterdataType in interface ProcedureParameterpublic boolean required()
ProcedureParameterrequired in interface ProcedureParameterCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.