Flex  0.17.9
Variables
gs::reader_options Namespace Reference

Variables

static const int32_t DEFAULT_BLOCK_SIZE = (1 << 20)
 
static const bool DEFAULT_BATCH_READER
 
static const char * DELIMITER = "delimiter"
 
static const char * HEADER_ROW = "header_row"
 
static const char * INCLUDE_COLUMNS = "include_columns"
 
static const char * COLUMN_TYPES = "column_types"
 
static const char * ESCAPING = "escaping"
 
static const char * ESCAPE_CHAR = "escape_char"
 
static const char * QUOTING = "quoting"
 
static const char * QUOTE_CHAR = "quote_char"
 
static const char * DOUBLE_QUOTE = "double_quote"
 
static const char * BATCH_SIZE_KEY = "batch_size"
 
static const char * BATCH_READER = "batch_reader"
 
static const char * NULL_VALUES = "null_values"
 
static const std::unordered_set< std::string > CSV_META_KEY_WORDS
 

Variable Documentation

◆ BATCH_READER

const char* gs::reader_options::BATCH_READER = "batch_reader"
static

◆ BATCH_SIZE_KEY

const char* gs::reader_options::BATCH_SIZE_KEY = "batch_size"
static

◆ COLUMN_TYPES

const char* gs::reader_options::COLUMN_TYPES = "column_types"
static

◆ CSV_META_KEY_WORDS

const std::unordered_set<std::string> gs::reader_options::CSV_META_KEY_WORDS
static

◆ DEFAULT_BATCH_READER

const bool gs::reader_options::DEFAULT_BATCH_READER
static
Initial value:
=
false

◆ DEFAULT_BLOCK_SIZE

const int32_t gs::reader_options::DEFAULT_BLOCK_SIZE = (1 << 20)
static

◆ DELIMITER

const char* gs::reader_options::DELIMITER = "delimiter"
static

◆ DOUBLE_QUOTE

const char* gs::reader_options::DOUBLE_QUOTE = "double_quote"
static

◆ ESCAPE_CHAR

const char* gs::reader_options::ESCAPE_CHAR = "escape_char"
static

◆ ESCAPING

const char* gs::reader_options::ESCAPING = "escaping"
static

◆ HEADER_ROW

const char* gs::reader_options::HEADER_ROW = "header_row"
static

◆ INCLUDE_COLUMNS

const char* gs::reader_options::INCLUDE_COLUMNS = "include_columns"
static

◆ NULL_VALUES

const char* gs::reader_options::NULL_VALUES = "null_values"
static

◆ QUOTE_CHAR

const char* gs::reader_options::QUOTE_CHAR = "quote_char"
static

◆ QUOTING

const char* gs::reader_options::QUOTING = "quoting"
static
gs::reader_options::DELIMITER
static const char * DELIMITER
Definition: loading_config.h:43
gs::reader_options::QUOTE_CHAR
static const char * QUOTE_CHAR
Definition: loading_config.h:50
gs::reader_options::BATCH_READER
static const char * BATCH_READER
Definition: loading_config.h:55
gs::reader_options::HEADER_ROW
static const char * HEADER_ROW
Definition: loading_config.h:44
gs::reader_options::BATCH_SIZE_KEY
static const char * BATCH_SIZE_KEY
Definition: loading_config.h:52
gs::reader_options::INCLUDE_COLUMNS
static const char * INCLUDE_COLUMNS
Definition: loading_config.h:45
gs::reader_options::ESCAPING
static const char * ESCAPING
Definition: loading_config.h:47
gs::reader_options::NULL_VALUES
static const char * NULL_VALUES
Definition: loading_config.h:56
gs::reader_options::DOUBLE_QUOTE
static const char * DOUBLE_QUOTE
Definition: loading_config.h:51
gs::reader_options::QUOTING
static const char * QUOTING
Definition: loading_config.h:49
gs::reader_options::ESCAPE_CHAR
static const char * ESCAPE_CHAR
Definition: loading_config.h:48
gs::reader_options::COLUMN_TYPES
static const char * COLUMN_TYPES
Definition: loading_config.h:46