feat(interactive): Refactor QueryParams
in physical layer, use edge triplet to represent edge label.
#3670
Labels
QueryParams
in physical layer, use edge triplet to represent edge label.
#3670
We all know that an edge label triplet
(src_label, edge_label, dst_label)
uniquely defines a relationship. However in current compiler's physical layer, The QueryParams only contains aedge_label, the
src_labeland
dst_labelis presented in
metadata`.Ideally, We shall put edge label triplet into
QueryParams
, and engines shall not get the label info from metadata.The text was updated successfully, but these errors were encountered: