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

Method CastExprTest

bolt/expression/tests/CastExprTest.cpp:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61class CastExprTest : public functions::test::CastBaseTest {
62 protected:
63 CastExprTest() {
64 exec::registerVectorFunction(
65 "testing_dictionary",
66 TestingDictionaryFunction::signatures(),
67 std::make_unique<TestingDictionaryFunction>());
68
69 registerFunction<ErrorOnOddFunctionElseUnknown, UnknownValue, int32_t>(
70 {"error_on_odd_else_unknown"});
71 }
72
73 void setLegacyCast(bool value) {
74 queryCtx_->testingOverrideConfigUnsafe({

Callers

nothing calls this directly

Calls 2

registerVectorFunctionFunction · 0.50
signaturesFunction · 0.50

Tested by

no test coverage detected