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

Method SetFlatRow

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

Source from the content-addressed store, hash-verified

775 /// 'TAGGED' is described in the comments for 'TaggedBucketData'.
776 template <bool TAGGED = true>
777 ALWAYS_INLINE void SetFlatRow(BufferedTupleStream::FlatRowPtr flat_row) {
778 bd.SetBucketData<uint8_t, TAGGED>(flat_row);
779 }
780 ALWAYS_INLINE void PrepareBucketForInsert() { bd.PrepareBucketForInsert(); }
781
782 private:

Callers 1

InsertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected