taco-db
0.1.0
|
This struct is the data actually passed to an fmgr function. More...
#include <base/fmgr.h>
Public Attributes | |
std::vector< NullableDatumRef > | args |
uint64_t | typparam |
This struct is the data actually passed to an fmgr function.
In addition to the arguments, we also need to pass the type parameters, unless it is known that the function does not care about the type parameter.
std::vector<NullableDatumRef> taco::FunctionCallInfo::args |
uint64_t taco::FunctionCallInfo::typparam |