should be it
This commit is contained in:
13
external/duckdb/third_party/imdb/include/imdb.hpp
vendored
Normal file
13
external/duckdb/third_party/imdb/include/imdb.hpp
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "duckdb/catalog/catalog.hpp"
|
||||
#include "duckdb.hpp"
|
||||
|
||||
namespace imdb {
|
||||
//! Adds the IMDB tables to the database
|
||||
void dbgen(duckdb::DuckDB &database);
|
||||
|
||||
//! Gets the specified IMDB JOB Query number as a string
|
||||
std::string get_query(int query);
|
||||
|
||||
} // namespace imdb
|
||||
Reference in New Issue
Block a user