| 81 | } // namespace |
| 82 | |
| 83 | VectorPtr 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 |