Struct cassandra_cpp::FunctionMeta
source · [−]pub struct FunctionMeta(_);
Expand description
The metadata for a function
Implementations
pub fn fields_iter(&self) -> FieldIteratorⓘNotable traits for FieldIteratorimpl Iterator for FieldIterator type Item = Field;
pub fn fields_iter(&self) -> FieldIteratorⓘNotable traits for FieldIteratorimpl Iterator for FieldIterator type Item = Field;
Notable traits for FieldIterator
impl Iterator for FieldIterator type Item = Field;
Iterator over the fields in this function
Gets the full name of the function. The full name includes the function’s name and the function’s signature: “name(type1 type2.. typeN)”.
Gets whether a function is called on “null”.
Gets the number of arguments this function takes.
Gets the function’s argument name and type for the provided index.
Gets the function’s argument and type for the provided name.
Gets the return type of the function.
Gets a metadata field for the provided name. Metadata fields allow direct access to the column data found in the underlying “functions” metadata table.