apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
217 stars 46 forks source link

[Feat][C++] Support `Date` data type #399

Closed acezen closed 6 months ago

acezen commented 6 months ago

Is your feature request related to a problem? Please describe. LDBC snb dataset contains date32 property, C++ should support Date data type to support GraphScope load/write ldbc graph.

Describe the solution you'd like Adapt with arrow::Type::Date32

Describe alternatives you've considered NA

Additional context related issue: #275 related issue #169