Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
As of 0.20.0, ParadeDB has migrated to a new SQL syntax. The old syntax is still supported and we have preserved the legacy docs here.
0.20.0
Caveats for aggregate support
-- Not pushed down SELECT COUNT(*) FROM mock_items WHERE rating = 5; -- Pushed down SELECT COUNT(*) FROM mock_items WHERE rating = 5 AND id @@@ pdb.all();
WHERE
Was this page helpful?