#include <catalog/InitDataFileReader.h>
|
absl::string_view | FindNextToken (const std::string &str, std::string::size_type &start_pos) const |
|
◆ InitDataFileReader()
taco::InitDataFileReader::InitDataFileReader |
( |
const std::string & |
init_datafile, |
|
|
BootstrapCatCache * |
catcache |
|
) |
| |
◆ FindNextToken()
absl::string_view taco::InitDataFileReader::FindNextToken |
( |
const std::string & |
str, |
|
|
std::string::size_type & |
start_pos |
|
) |
| const |
|
private |
◆ LastLineNo()
size_t taco::InitDataFileReader::LastLineNo |
( |
| ) |
const |
|
inline |
◆ LastSchema()
Schema* taco::InitDataFileReader::LastSchema |
( |
| ) |
const |
|
inline |
◆ LastTabid()
Oid taco::InitDataFileReader::LastTabid |
( |
| ) |
const |
|
inline |
◆ next()
Upon a successful return, rec points to some internal buffer that is valid until the next next() call if this is a data line.
◆ m_buf
◆ m_catcache
◆ m_init_datafile
std::string taco::InitDataFileReader::m_init_datafile |
|
private |
◆ m_input
std::ifstream taco::InitDataFileReader::m_input |
|
private |
◆ m_last_state
◆ m_lineno
size_t taco::InitDataFileReader::m_lineno |
|
private |
◆ m_schema
std::unique_ptr<Schema> taco::InitDataFileReader::m_schema |
|
private |
◆ m_tabid
Oid taco::InitDataFileReader::m_tabid |
|
private |
◆ m_typ_infuncs
absl::flat_hash_map<Oid, FunctionInfo> taco::InitDataFileReader::m_typ_infuncs |
|
private |
The documentation for this class was generated from the following files: