KeyspaceMetadata.GetFunction Method |
Gets a CQL function by name and signature
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax public FunctionMetadata GetFunction(
string functionName,
string[] signature
)
Parameters
- functionName
- Type: System.String
- signature
- Type:System.String[]
Return Value
Type:
FunctionMetadataThe function metadata or null if not found.
See Also