MCPcopy Create free account
hub / github.com/apache/impala / ParserReset

Method ParserReset

be/src/exec/delimited-text-parser.cc:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111template<bool DELIMITED_TUPLES>
112void DelimitedTextParser<DELIMITED_TUPLES>::ParserReset() {
113 current_column_has_escape_ = false;
114 last_char_is_escape_ = false;
115 last_row_delim_offset_ = -1;
116 column_idx_ = num_partition_keys_;
117}
118
119template void DelimitedTextParser<true>::ParserReset();
120

Callers 3

ValidateFunction · 0.80
ResetScannerMethod · 0.80
FindFirstTupleMethod · 0.80

Calls

no outgoing calls

Tested by 1

ValidateFunction · 0.64