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, wait
optional, required
public ProcedureParameterImpl(String name, org.apache.spark.sql.types.DataType dataType, boolean required)
public String name()
ProcedureParameter
name
in interface ProcedureParameter
public org.apache.spark.sql.types.DataType dataType()
ProcedureParameter
dataType
in interface ProcedureParameter
public boolean required()
ProcedureParameter
required
in interface ProcedureParameter
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.