Current section
Files
Jump to
Current section
Files
c_src/duckdb/src/storage/table/persistent_table_data.cpp
#include "duckdb/storage/table/persistent_table_data.hpp"
#include "duckdb/storage/statistics/base_statistics.hpp"
namespace duckdb {
PersistentTableData::PersistentTableData(idx_t column_count) {
}
PersistentTableData::~PersistentTableData() {
}
} // namespace duckdb