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

Method GetStringSlot

be/src/runtime/tuple.h:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 }
323
324 StringValue* GetStringSlot(int offset) {
325 DCHECK(offset != -1); // -1 offset indicates non-materialized slot
326 return reinterpret_cast<StringValue*>(reinterpret_cast<char*>(this) + offset);
327 }
328
329 const StringValue* GetStringSlot(int offset) const {
330 DCHECK(offset != -1); // -1 offset indicates non-materialized slot

Callers 14

AddResultTupleMethod · 0.80
ProcessBuildBatchMethod · 0.80
ProcessProbeBatchMethod · 0.80
WriteRowMethod · 0.80
AddRowMethod · 0.80
SerializeMethod · 0.80
SendMethod · 0.80
TEST_FFunction · 0.80
WriteStringRowMethod · 0.80
FixUpStringsForReadMethod · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
WriteStringRowMethod · 0.64