Test Sort Primitive
Self-contained: Creates test data internally
Input: Creates $papers collection (years: 2020, 2021, 2023, 2022)
Operation: Sort by year descending
Expected Output: $sorted collection ordered: 2023, 2022, 2021, 2020
Tests sort primitive (ORDER BY)
Browse the full folder contents for test-json-sql-sort.
Loading file tree…
Skill Metadata
Self-contained: Creates test data internally
Input: Creates $papers collection (years: 2020, 2021, 2023, 2022)
Operation: Sort by year descending
Expected Output: $sorted collection ordered: 2023, 2022, 2021, 2020