Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Tags: intel/BDTK

Tags

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[POAE7-2415] codegen string using Arrow format (#95)

* gen string ir

* format

* string codegen

* format

* fix

* format

* use TwoValueColValues replace MultipleValueColValues. use temp check for string type(checker/generator for string type is not ready)

* VarcharBatch

* VarcharBatch test

* address comments