pixelsdb / pixels

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

[pixels-planner, invoker, worker] support one table scan #732

Closed huasiy closed 1 month ago

huasiy commented 1 month ago

Support sql like 'select xx from xxx where xxxx' in using pipeline scan worker.

bianhq commented 1 month ago

Done.