pixelsdb / pixels

An efficient storage and compute engine for both on-prem and cloud-native data analytics.
GNU Affero General Public License v3.0
131 stars 34 forks source link

[c++ reader] make string column reader consistent with pixels java reader #546

Open yuly16 opened 1 year ago

yuly16 commented 1 year ago
  1. c++ reader should throw exception if the pixels data is written by big endian
  2. Replace length with starts in c++ reader
  3. read the info in proto instead of reading pixels.properties #522
bianhq commented 1 year ago
  1. support dictionary encoding without cascading run-length encoding according to PR #561.
bianhq commented 1 year ago
  1. revise the column readers and column vectors for time and timestamp, and revise TypeDescription according to PR #562 .
bianhq commented 1 year ago
  1. support nulls padding for non-encoded columns according to PR #566.
bianhq commented 4 months ago

@yuly16 is this issue resolved?