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

Method ReadText

be/src/exec/scanner-context.inline.h:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114inline bool ScannerContext::Stream::ReadText(uint8_t** buf, int64_t* len,
115 Status* status) {
116 RETURN_IF_FALSE(ReadVLong(len, status));
117 RETURN_IF_FALSE(ReadBytes(*len, buf, status));
118 return true;
119}
120
121inline bool ScannerContext::Stream::ReadBoolean(bool* b, Status* status) {
122 uint8_t* val;

Callers 3

ReadFileHeaderMethod · 0.80
ReadFileHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected