public interface Procedure
Modifier and Type | Method and Description |
---|---|
org.apache.spark.sql.catalyst.InternalRow[] |
call(org.apache.spark.sql.catalyst.InternalRow args)
Executes the given stored procedure.
|
default String |
description()
Returns the description of stored procedure.
|
org.apache.spark.sql.types.StructType |
outputType()
Returns the type of rows produced by stored procedure.
|
ProcedureParameter[] |
parameters()
Returns the input parameters of stored procedure.
|
ProcedureParameter[] parameters()
org.apache.spark.sql.types.StructType outputType()
org.apache.spark.sql.catalyst.InternalRow[] call(org.apache.spark.sql.catalyst.InternalRow args)
args
- Input arguments.default String description()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.