Kùzu C++ API
|
#include <bind_input.h>
Public Member Functions | |
ScanTableFuncBindInput () | |
ScanTableFuncBindInput (common::ReaderConfig config) | |
ScanTableFuncBindInput (common::ReaderConfig config, std::vector< std::string > expectedColumnNames, std::vector< common::LogicalType > expectedColumnTypes, main::ClientContext *context, function::TableFunction *tableFunction) | |
EXPLICIT_COPY_DEFAULT_MOVE (ScanTableFuncBindInput) | |
Public Attributes | |
std::vector< common::Value > | inputs |
common::ReaderConfig | config |
std::vector< std::string > | expectedColumnNames |
std::vector< common::LogicalType > | expectedColumnTypes |
main::ClientContext * | context |
function::TableFunction * | tableFunction |
|
inline |
|
inlineexplicit |
|
inline |
kuzu::function::ScanTableFuncBindInput::EXPLICIT_COPY_DEFAULT_MOVE | ( | ScanTableFuncBindInput | ) |
common::ReaderConfig kuzu::function::ScanTableFuncBindInput::config |
main::ClientContext* kuzu::function::ScanTableFuncBindInput::context |
std::vector<std::string> kuzu::function::ScanTableFuncBindInput::expectedColumnNames |
std::vector<common::LogicalType> kuzu::function::ScanTableFuncBindInput::expectedColumnTypes |
std::vector<common::Value> kuzu::function::ScanTableFuncBindInput::inputs |
function::TableFunction* kuzu::function::ScanTableFuncBindInput::tableFunction |