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

Method InTest

bolt/functions/sparksql/tests/InTest.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73class InTest : public SparkFunctionBaseTest {
74 protected:
75 InTest() {
76 exec::registerVectorFunction(
77 "testing_dictionary",
78 TestingDictionaryFunction::signatures(),
79 std::make_unique<TestingDictionaryFunction>());
80 }
81
82 template <typename T>
83 auto in(

Callers

nothing calls this directly

Calls 2

registerVectorFunctionFunction · 0.50
signaturesFunction · 0.50

Tested by

no test coverage detected