graflo.db.tigergraph.ddl_utils¶
TigerGraph DDL-aligned edge projections (shared by bulk CSV and conn).
edge_identity_discriminator_field_names(edge)
¶
Sorted discriminator tokens (aligned with TigerGraph ADD DIRECTED EDGE).
Source code in graflo/db/tigergraph/ddl_utils.py
tigergraph_ddl_edge_projection(edge, ec)
¶
Mirror :meth:TigerGraphConnection._edge_for_tigergraph_ddl without a connection.