test-json-sql-join

Original🇺🇸 English
Translated

Tests join primitive (INNER JOIN)

5installs
Added on

NPX Install

npx skill4agent add bdambrosio/cognitive_workbench test-json-sql-join

Tags

Translated version includes tags in frontmatter

Test Join Primitive

Self-contained: Creates test data internally
Input:
  • Creates $papers: A, B, C, D
  • Creates $authors: A (Alice), B (Bob), E (Eve)
Operation: Inner join on id field
Expected Output: $joined collection with 2 items (A and B have matches)
  • Paper A + Author Alice
  • Paper B + Author Bob