![]() |
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.
|
This is the complete list of members for duckdb::FileLogStorage, including all inherited members.
| AfterFlush(LoggingTargetTable table, DataChunk &chunk) override | duckdb::FileLogStorage | protectedvirtual |
| base_path | duckdb::FileLogStorage | private |
| BeforeFlush(LoggingTargetTable table, DataChunk &chunk) override | duckdb::FileLogStorage | protectedvirtual |
| BindReplace(ClientContext &context, TableFunctionBindInput &input, LoggingTargetTable table) override | duckdb::FileLogStorage | virtual |
| BindReplaceInternal(ClientContext &context, TableFunctionBindInput &input, const string &path, const string &select_clause, const string &csv_columns) | duckdb::FileLogStorage | private |
| buffer_limit | duckdb::BufferingLogStorage | private |
| BufferingLogStorage(DatabaseInstance &db_p, idx_t buffer_size, bool normalize) (defined in duckdb::BufferingLogStorage) | duckdb::BufferingLogStorage | explicit |
| buffers | duckdb::BufferingLogStorage | private |
| CanScan(LoggingTargetTable table) | duckdb::LogStorage | inlinevirtual |
| cast_buffers | duckdb::CSVLogStorage | private |
| CreateScanState(LoggingTargetTable table) const (defined in duckdb::LogStorage) | duckdb::LogStorage | virtual |
| CSVLogStorage(DatabaseInstance &db, bool normalize, idx_t buffer_size) (defined in duckdb::CSVLogStorage) | duckdb::CSVLogStorage | explicit |
| db | duckdb::FileLogStorage | private |
| ExecuteCast(LoggingTargetTable table, DataChunk &chunk) | duckdb::CSVLogStorage | private |
| FileLogStorage(DatabaseInstance &db) (defined in duckdb::FileLogStorage) | duckdb::FileLogStorage | explicit |
| Flush(LoggingTargetTable table) final | duckdb::BufferingLogStorage | virtual |
| flush_contexts_on_next_entry_flush | duckdb::BufferingLogStorage | private |
| FlushAll() final | duckdb::BufferingLogStorage | virtual |
| FlushAllInternal() | duckdb::BufferingLogStorage | protected |
| FlushChunk(LoggingTargetTable table, DataChunk &chunk) final | duckdb::CSVLogStorage | protectedvirtual |
| FlushInternal(LoggingTargetTable table) | duckdb::BufferingLogStorage | protected |
| GetBufferLimit() const (defined in duckdb::BufferingLogStorage) | duckdb::BufferingLogStorage | protected |
| GetColumnNames(LoggingTargetTable table) (defined in duckdb::LogStorage) | duckdb::LogStorage | static |
| GetCSVReaderOptions() | duckdb::CSVLogStorage | protected |
| GetCSVWriterOptions() | duckdb::CSVLogStorage | protected |
| GetSchema(LoggingTargetTable table) (defined in duckdb::LogStorage) | duckdb::LogStorage | static |
| GetStorageName() override (defined in duckdb::FileLogStorage) | duckdb::FileLogStorage | inlinevirtual |
| GetWriter(LoggingTargetTable table) | duckdb::CSVLogStorage | protected |
| Initialize(LoggingTargetTable table) | duckdb::FileLogStorage | private |
| InitializeCastChunk(LoggingTargetTable table) | duckdb::CSVLogStorage | private |
| InitializeFile(DatabaseInstance &db, LoggingTargetTable table) | duckdb::FileLogStorage | private |
| InitializeFileWriter(DatabaseInstance &db, const string &path) | duckdb::FileLogStorage | privatestatic |
| InitializeScan(LogStorageScanState &state) const (defined in duckdb::LogStorage) | duckdb::LogStorage | virtual |
| IsEnabled(LoggingTargetTable table) override | duckdb::BufferingLogStorage | virtual |
| IsEnabledInternal(LoggingTargetTable table) | duckdb::BufferingLogStorage | protected |
| lock | duckdb::BufferingLogStorage | mutableprotected |
| LogStorage() (defined in duckdb::LogStorage) | duckdb::LogStorage | inlineexplicit |
| normalize_contexts | duckdb::BufferingLogStorage | protected |
| only_flush_on_full_buffer | duckdb::BufferingLogStorage | private |
| reader_options (defined in duckdb::CSVLogStorage) | duckdb::CSVLogStorage | private |
| registered_contexts | duckdb::BufferingLogStorage | private |
| RegisterWriter(LoggingTargetTable table, unique_ptr< CSVWriter > writer) | duckdb::CSVLogStorage | protected |
| ResetAllBuffers() override | duckdb::CSVLogStorage | protectedvirtual |
| ResetCastChunk() | duckdb::CSVLogStorage | private |
| ResetLogBuffers() | duckdb::BufferingLogStorage | private |
| Scan(LogStorageScanState &state, DataChunk &result) const (defined in duckdb::LogStorage) | duckdb::LogStorage | virtual |
| SetPaths(const string &base_path) (defined in duckdb::FileLogStorage) | duckdb::FileLogStorage | private |
| SetWriterConfigs(CSVWriter &Writer, vector< string > column_names) | duckdb::CSVLogStorage | protected |
| tables | duckdb::FileLogStorage | private |
| Truncate() override | duckdb::FileLogStorage | virtual |
| UpdateConfig(DatabaseInstance &db, case_insensitive_map_t< Value > &config) override | duckdb::BufferingLogStorage | virtual |
| UpdateConfigInternal(DatabaseInstance &db, case_insensitive_map_t< Value > &config) override | duckdb::FileLogStorage | protectedvirtual |
| WriteLogEntries(DataChunk &chunk, const RegisteredLoggingContext &context) final | duckdb::BufferingLogStorage | virtual |
| WriteLogEntry(timestamp_t timestamp, LogLevel level, const string &log_type, const string &log_message, const RegisteredLoggingContext &context) final | duckdb::BufferingLogStorage | virtual |
| WriteLoggingContext(const RegisteredLoggingContext &context) | duckdb::BufferingLogStorage | private |
| writer_options | duckdb::CSVLogStorage | private |
| writers | duckdb::CSVLogStorage | private |
| ~BufferingLogStorage() override (defined in duckdb::BufferingLogStorage) | duckdb::BufferingLogStorage | |
| ~CSVLogStorage() override (defined in duckdb::CSVLogStorage) | duckdb::CSVLogStorage | |
| ~FileLogStorage() override (defined in duckdb::FileLogStorage) | duckdb::FileLogStorage | |
| ~LogStorage()=default (defined in duckdb::LogStorage) | duckdb::LogStorage | virtual |