Skip to content

Commit f595ebc

Browse files
jpschorram357
andauthored
Update partiql-types/src/lib.rs
Co-authored-by: Arash Maymandi <27716912+am357@users.noreply.github.com>
1 parent d3f90a8 commit f595ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

partiql-types/src/lib.rs

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

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

0 commit comments

Comments
 (0)