Skip to content

Commit

Permalink
Update 1.get-subgraph.md (#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang committed Dec 9, 2022
1 parent b977388 commit fcadeea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ While using the `WHERE` clause in a `GET SUBGRAPH` statement, note the following

- **Only support** the `AND` operator.
- **Only support** filter destination vertex, the vertex format must be `$$.tagName.propName`.
- **Support** filter edge, the edge format must be `edge_type.propName`.
- **Support** math functions, aggregate functions, string functions, datetime functions, type conversion functions and general functions in list functions.
- **Not support** aggregate functions, schema-related functions, conditional expression, predicate functions, geography function and user-defined functions.

Expand Down

0 comments on commit fcadeea

Please sign in to comment.