Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb::ParserExtension Class Reference
Collaboration diagram for duckdb::ParserExtension:

Static Public Member Functions

static void Register (DBConfig &config, ParserExtension extension)
 

Public Attributes

parse_function_t parse_function = nullptr
 
plan_function_t plan_function = nullptr
 
parser_override_function_t parser_override = nullptr
 Override the current parser with a new parser and return a vector of SQL statements.
 
shared_ptr< ParserExtensionInfoparser_info
 Additional parser info passed to the parse function.
 

Member Data Documentation

◆ parse_function

parse_function_t duckdb::ParserExtension::parse_function = nullptr

The parse function of the parser extension. Takes a query string as input and returns ParserExtensionParseData (on success) or an error

◆ plan_function

plan_function_t duckdb::ParserExtension::plan_function = nullptr

The plan function of the parser extension Takes as input the result of the parse_function, and outputs various properties of the resulting plan


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