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

Method AtTupleStart

be/src/exec/delimited-text-parser.h:61–61  ·  view source on GitHub ↗

Check if we are at the start of a tuple.

Source from the content-addressed store, hash-verified

59
60 /// Check if we are at the start of a tuple.
61 bool AtTupleStart() { return column_idx_ == num_partition_keys_; }
62
63 char escape_char() const { return escape_char_; }
64

Callers 1

FindFirstTupleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected