apache / incubator-graphar

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

[Feat][C++] Support `TimeStamp` data type #396

Closed acezen closed 3 months ago

acezen commented 3 months ago

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

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

Describe alternatives you've considered NA

Additional context related issue: #275

acezen commented 3 months ago

close as PR #398 merged