Test JSON SQL Project

Tests project primitive (SELECT fields)

bdambrosio 42b5ea9 2 files · 2.0 KB Updated

File contents

Test Project Primitive

Self-contained: Creates test data internally

Input: Creates $papers collection (4 papers with id, title, year, citations, venue)

Operation: Project only title and year fields

Expected Output: $projected collection with 4 items, each containing only {title, year}

bdambrosio/cognitive_workbench/tree/main/src/saved_plans/test-json-sql-project commit 42b5ea9fa7

Frequently asked questions

npx skillmds@latest add bdambrosio/test-json-sql-project