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

Function decode

bolt/expression/tests/ArrayViewTest.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44using namespace bytedance::bolt::test;
45
46DecodedVector* decode(DecodedVector& decoder, const BaseVector& vector) {
47 SelectivityVector rows(vector.size());
48 decoder.decode(vector, rows);
49 return &decoder;
50}
51
52template <bool returnsOptionalValues>
53class ArrayViewTest : public functions::test::FunctionBaseTest {

Callers 8

intArrayTestMethod · 0.70
encodedTestMethod · 0.70
iteratorAdditionTestMethod · 0.70
emptyTestMethod · 0.70
iteratorSubscriptTestMethod · 0.70
TEST_FFunction · 0.70

Calls 2

sizeMethod · 0.45
decodeMethod · 0.45

Tested by

no test coverage detected