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

Method Tell

be/src/exec/json/json-parser.h:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 ALWAYS_INLINE size_t Tell() const {
106 return static_cast<size_t>(current_ - begin_) + tell_;
107 }
108
109 /// The following functions are only required for the output stream, so we don't need
110 /// to implement them here. However, to avoid compilation errors, we must explicitly

Callers 1

CountJsonObjectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected