Click or drag to resize
KeyspaceMetadataGetFunction Method
Gets a CQL function by name and signature

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public FunctionMetadata GetFunction(
	string functionName,
	string[] signature
)

Parameters

functionName
Type: SystemString
signature
Type: SystemString

Return Value

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