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

Function setVectorFromVariants

bolt/substrait/VariantToVectorConverter.cpp:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81} // namespace
82
83VectorPtr setVectorFromVariants(
84 const TypePtr& type,
85 const std::vector<bolt::variant>& values,
86 memory::MemoryPool* pool) {
87 return BOLT_DYNAMIC_SCALAR_TYPE_DISPATCH(
88 setVectorFromVariantsByKind, type->kind(), values, type, pool);
89}
90} // namespace bytedance::bolt::substrait

Callers 2

toBoltPlanMethod · 0.85
TEST_FFunction · 0.85

Calls 1

kindMethod · 0.45

Tested by 1

TEST_FFunction · 0.68