Skip to content

Commit 2bf9bbf

Browse files
committed
Update partiql-types/src/lib.rs
1 parent d3f90a8 commit 2bf9bbf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

partiql-types/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,9 @@ pub enum Static {
764764
Bag(BagType),
765765
Array(ArrayType),
766766

767-
Graph(/* TODO? */),
767+
Graph(
768+
/* TODO: https://github.com/partiql/partiql-lang/blob/main/RFCs/0025-graph-data-model.md */
769+
),
768770
// TODO Add BitString, ByteString, Blob, Clob, and Graph types
769771
}
770772

0 commit comments

Comments
 (0)