aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/query/outputs.go
AgeCommit message (Collapse)Author
2025-07-13Correct multi-doc json outputJP Appel
2025-07-02Add WriteTo like methods to Outputter interfaceJP Appel
The additional methods `OutputOneTo` and `OutputTo` allow outputting a document or documents directly to a writer.
2025-06-30Implement compiled query executionJP Appel
2025-06-15Update tests and fix minor bugsJP Appel
2025-06-14Move clause tree optimizationsJP Appel
2025-05-05Remembered switch statements existJP Appel
2025-05-02Implement json outputJP Appel
2025-04-28Add document output formattingJP Appel