KeyspaceMetadataGetFunction Method |
Gets a CQL function by name and signature
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public FunctionMetadata GetFunction(
string functionName,
string[] signature
)
Parameters
- functionName
- Type: SystemString
- signature
- Type: SystemString
Return Value
Type:
FunctionMetadataThe function metadata or null if not found.
See Also