FunctionMetadata Class |
Namespace: Cassandra
public class FunctionMetadata
The FunctionMetadata type exposes the following members.
Name | Description | |
---|---|---|
![]() | FunctionMetadata |
Creates a new instance of Function metadata.
|
![]() | FunctionMetadata(String, String, String, String, ColumnDesc, String, Boolean, String, ColumnDesc) |
Creates a new instance of Function metadata.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ArgumentNames |
List of the function argument names.
|
![]() | ArgumentTypes |
List of the function argument types.
|
![]() | Body |
Body of the function.
|
![]() | CalledOnNullInput |
Determines if the function is called when the input is null.
|
![]() | KeyspaceName |
Name of the keyspace where the CQL function is declared.
|
![]() | Language |
Name of the programming language, for example: java, javascript, ...
|
![]() | Name |
Name of the CQL function.
|
![]() | ReturnType |
Type of the return value.
|
![]() | Signature |
Signature of the function.
|