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

Method var_result_offset

be/src/exec/hash-table.h:325–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323 /// Returns the offset into the result buffer of the first variable length
324 /// data results.
325 int ALWAYS_INLINE var_result_offset() const { return var_result_offset_; }
326
327 /// Returns true if the current read pass is complete, meaning all cached values
328 /// have been read.

Callers 2

HashRowMethod · 0.80
HashVariableLenRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected