test-json-sql-setup

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Test JSON SQL Setup

JSON SQL测试环境搭建

Creates two test collections for testing JSON SQL primitives:
创建两个测试集合,用于测试JSON SQL基础功能:

$papers Collection (4 items)

$papers 集合(4条数据)

  • Paper A: Deep Learning, 2020, 100 citations, ICML
  • Paper B: Transformers, 2021, 250 citations, NeurIPS
  • Paper C: GPT-4 Analysis, 2023, 50 citations, JMLR
  • Paper D: Scaling Laws, 2022, 180 citations, ICML
  • Paper A:深度学习,2020年,100次引用,ICML
  • Paper B:Transformers,2021年,250次引用,NeurIPS
  • Paper C:GPT-4分析,2023年,50次引用,JMLR
  • Paper D:缩放定律,2022年,180次引用,ICML

$authors Collection (3 items)

$authors 集合(3条数据)

  • Author A: Alice, MIT
  • Author B: Bob, Stanford
  • Author E: Eve, Berkeley (no matching paper)
  • Author A:Alice,MIT
  • Author B:Bob,Stanford
  • Author E:Eve,Berkeley(无匹配论文)

Usage

使用方法

Execute this plan first, then run other test-json-sql-* plans. Check Bindings tab to verify $papers and $authors are created.
先执行此方案,再运行其他test-json-sql-*方案。 查看Bindings标签页,确认$papers和$authors已创建。