Class ProcedureParameter.Builder
Object
org.apache.spark.sql.connector.catalog.procedures.ProcedureParameter.Builder
- Enclosing interface:
- ProcedureParameter
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the stored procedure parameter.Sets the comment of the parameter.defaultValue(String defaultValueExpression) Sets the default value expression of the parameter.
-
Method Details
-
defaultValue
Sets the default value expression of the parameter. -
comment
Sets the comment of the parameter. -
build
Builds the stored procedure parameter.
-