FunctionMetadata Constructor (String, String, String, String, ColumnDesc, String, Boolean, String, ColumnDesc) |
Creates a new instance of Function metadata.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntax public FunctionMetadata(
string name,
string keyspaceName,
string[] signature,
string[] argumentNames,
ColumnDesc[] argumentTypes,
string body,
bool calledOnNullInput,
string language,
ColumnDesc returnType
)
Parameters
- name
- Type: SystemString
- keyspaceName
- Type: SystemString
- signature
- Type: SystemString
- argumentNames
- Type: SystemString
- argumentTypes
- Type: DseColumnDesc
- body
- Type: SystemString
- calledOnNullInput
- Type: SystemBoolean
- language
- Type: SystemString
- returnType
- Type: DseColumnDesc
See Also