TuGraph Cypher query language reference guide. Use this skill when the user writes Cypher queries for TuGraph, creates schemas (vertex/edge labels), calls built-in procedures (db.*, dbms.*, algo.*), manages indexes, users, roles, subgraphs, or encounters OpenCypher features that TuGraph does not support. Covers operators, clauses, functions, procedures, and a compatibility matrix with standard OpenCypher.
TuGraph Cypher query language reference guide. Use this skill when the user writes Cypher queries for TuGraph, creates schemas (vertex/edge labels), calls built-in procedures (db.*, dbms.*, algo.*), manages indexes, users, roles, subgraphs, or encounters OpenCypher features that TuGraph does not support. Covers operators, clauses, functions, procedures, and a compatibility matrix with standard OpenCypher.
user_8e432120
未分类communityv1.0.01 版本100000Key: 无需
★ 0
Stars
📥 92
下载
💾 0
安装
1
版本
#latest
概述
TuGraph Cypher Skill
When working with TuGraph Cypher, follow these guidelines:
Core Architecture Differences
Feature
TuGraph
Standard OpenCypher
---------
---------
---------------------
Label count
Must have exactly 1 label per node/edge
0 to many labels
Schema
Strong Schema (define before use)
Schema-less
Label-less nodes
Cannot create, will error
Can create
Unsupported Features Quick Reference
These OpenCypher features are NOT supported in TuGraph:
RETURN * — cannot return all variables
WHERE (a)-[]->(b) — path pattern filtering in WHERE