FunctionMetadata Constructor (String, String, String, String, ColumnDesc, String, Boolean, String, ColumnDesc) | 
 
            Creates a new instance of Function metadata.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic 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: ColumnDesc
 - body
 - Type: SystemString
 - calledOnNullInput
 - Type: SystemBoolean
 - language
 - Type: SystemString
 - returnType
 - Type: ColumnDesc
 
See Also