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::ArrowTableFunction Member List

This is the complete list of members for duckdb::ArrowTableFunction, including all inherited members.

ArrowGetPartitionData(ClientContext &context, TableFunctionGetPartitionInput &input)duckdb::ArrowTableFunctionprotectedstatic
ArrowPushdownType(const FunctionData &bind_data, idx_t col_idx)duckdb::ArrowTableFunctionprotectedstatic
ArrowScanBind(ClientContext &context, TableFunctionBindInput &input, vector< LogicalType > &return_types, vector< string > &names)duckdb::ArrowTableFunctionstatic
ArrowScanBindDumb(ClientContext &context, TableFunctionBindInput &input, vector< LogicalType > &return_types, vector< string > &names) (defined in duckdb::ArrowTableFunction)duckdb::ArrowTableFunctionstatic
ArrowScanCardinality(ClientContext &context, const FunctionData *bind_data)duckdb::ArrowTableFunctionprotectedstatic
ArrowScanFunction(ClientContext &context, TableFunctionInput &data, DataChunk &output)duckdb::ArrowTableFunctionstatic
ArrowScanInitGlobal(ClientContext &context, TableFunctionInitInput &input)duckdb::ArrowTableFunctionstatic
ArrowScanInitLocal(ExecutionContext &context, TableFunctionInitInput &input, GlobalTableFunctionState *global_state) (defined in duckdb::ArrowTableFunction)duckdb::ArrowTableFunctionstatic
ArrowScanInitLocalInternal(ClientContext &context, TableFunctionInitInput &input, GlobalTableFunctionState *global_state)duckdb::ArrowTableFunctionstatic
ArrowScanMaxThreads(ClientContext &context, const FunctionData *bind_data)duckdb::ArrowTableFunctionprotectedstatic
ArrowScanParallelStateNext(ClientContext &context, const FunctionData *bind_data_p, ArrowScanLocalState &state, ArrowScanGlobalState &parallel_state)duckdb::ArrowTableFunctionstatic
ArrowToDuckDB(ArrowScanLocalState &scan_state, const arrow_column_map_t &arrow_convert_data, DataChunk &output, bool arrow_scan_is_projected=true, idx_t rowid_column_index=COLUMN_IDENTIFIER_ROW_ID)duckdb::ArrowTableFunctionstatic
PopulateArrowTableSchema(ClientContext &context, ArrowTableSchema &arrow_table, const ArrowSchema &arrow_schema) (defined in duckdb::ArrowTableFunction)duckdb::ArrowTableFunctionstatic
RegisterFunction(BuiltinFunctions &set) (defined in duckdb::ArrowTableFunction)duckdb::ArrowTableFunctionstatic