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

Function dummyBigIntResolver

bolt/expression/tests/ExprTest.cpp:409–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409TypePtr dummyBigIntResolver(
410 const std::vector<std::shared_ptr<const core::ITypedExpr>>& inputs,
411 const std::shared_ptr<const core::CallExpr>& expr,
412 bool nullOnFailure) {
413 return std::make_shared<const BigintType>();
414}
415
416#define IS_BIGINT1 testData_.bigint1.reference[row].has_value()
417#define IS_BIGINT2 testData_.bigint2.reference[row].has_value()

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected