Kùzu C++ API
Loading...
Searching...
No Matches
kuzu::function::ExtraScanTableFuncBindInput Struct Reference

#include <bind_input.h>

Inheritance diagram for kuzu::function::ExtraScanTableFuncBindInput:
kuzu::function::ExtraTableFuncBindInput

Public Attributes

common::ReaderConfig config
 
std::vector< std::string > expectedColumnNames
 
std::vector< common::LogicalTypeexpectedColumnTypes
 
function::TableFunctiontableFunction = nullptr
 

Additional Inherited Members

- Public Member Functions inherited from kuzu::function::ExtraTableFuncBindInput
virtual ~ExtraTableFuncBindInput ()=default
 
template<class TARGET >
const TARGET * constPtrCast () const
 

Member Data Documentation

◆ config

common::ReaderConfig kuzu::function::ExtraScanTableFuncBindInput::config

◆ expectedColumnNames

std::vector<std::string> kuzu::function::ExtraScanTableFuncBindInput::expectedColumnNames

◆ expectedColumnTypes

std::vector<common::LogicalType> kuzu::function::ExtraScanTableFuncBindInput::expectedColumnTypes

◆ tableFunction

function::TableFunction* kuzu::function::ExtraScanTableFuncBindInput::tableFunction = nullptr

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