Click or drag to resize

MetadataGetFunction Method

Gets the definition associated with a User Defined Function from Cassandra

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public FunctionMetadata GetFunction(
	string keyspace,
	string name,
	string[] signature
)

Parameters

keyspace
Type: SystemString
name
Type: SystemString
signature
Type: SystemString

Return Value

Type: FunctionMetadata
The function metadata or null if not found.
See Also