MCPcopy Create free account
hub / github.com/bytedance/bolt / callNullFree

Method callNullFree

bolt/expression/tests/ArrayWriterTest.cpp:745–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743 // Will be called when there is no nulls in the input.
744 template <typename TOut, typename TIn>
745 void callNullFree(TOut& out, const TIn& input) {
746 out.add_items(std::vector<int64_t>{1, 2, 3});
747 out.add_items(input);
748 out.add_items(input);
749 }
750};
751
752TEST_F(ArrayWriterTest, addItems) {

Callers 1

doApplyNullFreeMethod · 0.45

Calls 1

add_itemsMethod · 0.80

Tested by

no test coverage detected