#include <function.h>
◆ Function() [1/3]
kuzu::function::Function::Function |
( |
| ) |
|
|
inline |
◆ Function() [2/3]
kuzu::function::Function::Function |
( |
std::string | name, |
|
|
std::vector< common::LogicalTypeID > | parameterTypeIDs ) |
|
inline |
◆ Function() [3/3]
kuzu::function::Function::Function |
( |
const Function & | | ) |
|
|
default |
◆ ~Function()
virtual kuzu::function::Function::~Function |
( |
| ) |
|
|
virtualdefault |
◆ constPtrCast()
template<class TARGET >
const TARGET * kuzu::function::Function::constPtrCast |
( |
| ) |
const |
|
inline |
◆ copy()
virtual std::unique_ptr< Function > kuzu::function::Function::copy |
( |
| ) |
const |
|
pure virtual |
◆ ptrCast()
template<class TARGET >
TARGET * kuzu::function::Function::ptrCast |
( |
| ) |
|
|
inline |
◆ signatureToString()
virtual std::string kuzu::function::Function::signatureToString |
( |
| ) |
const |
|
inlinevirtual |
◆ isVarLength
bool kuzu::function::Function::isVarLength |
◆ name
std::string kuzu::function::Function::name |
◆ parameterTypeIDs
The documentation for this struct was generated from the following file: