issues
search
TuGraph-family
/
tugraph-db
TuGraph: A High Performance Graph Database.
https://tugraph.org
Apache License 2.0
1.44k
stars
194
forks
source link
add column-based data structure and related unit test
#619
Closed
Myrrolinz
closed
1 month ago
Myrrolinz
commented
3 months ago
bitmask
cypher_string_t: new basic data structure for string type. For string type <= 4 bytes, store it in prefix[], otherwise store the rest of it in a buffer.
column_vector: column-based structure.
ColumnVector
for int,
StringColumn
for string.
test_column_vector: test file.
CLAassistant
commented
3 months ago
All committers have signed the CLA.
ColumnVector
for int,StringColumn
for string.