taco-db  0.1.0
Public Attributes | List of all members
taco::FunctionCallInfo Struct Reference

This struct is the data actually passed to an fmgr function. More...

#include <base/fmgr.h>

Public Attributes

std::vector< NullableDatumRefargs
 
uint64_t typparam
 

Detailed Description

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.

Member Data Documentation

◆ args

std::vector<NullableDatumRef> taco::FunctionCallInfo::args

◆ typparam

uint64_t taco::FunctionCallInfo::typparam

The documentation for this struct was generated from the following file: