Kuzu C++ API
Loading...
Searching...
No Matches
kuzu::main::CachedPreparedStatement Struct Reference

#include <prepared_statement.h>

Public Member Functions

 CachedPreparedStatement ()
 ~CachedPreparedStatement ()
std::vector< std::string > getColumnNames () const
std::vector< common::LogicalTypegetColumnTypes () const

Public Attributes

bool useInternalCatalogEntry = false
std::shared_ptr< parser::StatementparsedStatement
std::unique_ptr< planner::LogicalPlan > logicalPlan
std::vector< std::shared_ptr< binder::Expression > > columns

Constructor & Destructor Documentation

◆ CachedPreparedStatement()

kuzu::main::CachedPreparedStatement::CachedPreparedStatement ( )

◆ ~CachedPreparedStatement()

kuzu::main::CachedPreparedStatement::~CachedPreparedStatement ( )

Member Function Documentation

◆ getColumnNames()

std::vector< std::string > kuzu::main::CachedPreparedStatement::getColumnNames ( ) const

◆ getColumnTypes()

std::vector< common::LogicalType > kuzu::main::CachedPreparedStatement::getColumnTypes ( ) const

Member Data Documentation

◆ columns

std::vector<std::shared_ptr<binder::Expression> > kuzu::main::CachedPreparedStatement::columns

◆ logicalPlan

std::unique_ptr<planner::LogicalPlan> kuzu::main::CachedPreparedStatement::logicalPlan

◆ parsedStatement

std::shared_ptr<parser::Statement> kuzu::main::CachedPreparedStatement::parsedStatement

◆ useInternalCatalogEntry

bool kuzu::main::CachedPreparedStatement::useInternalCatalogEntry = false

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