You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input of ScanVertices are interested TagID and property fields. Previously, we thought the Subgraph matching algo only matches labels. But after further analyzing the common graphs used in subgraph matching, what they match are exactly properties, not labels. Therefore, we can reuse ScanVertices and ScanEdges, and set TagID and EdgeType to some default value. When importing graphs into Nebula, we should also assign one and exactly one Tag or EdgeType.
Like ScanVertices and ScanEdges processors, load the whole graph with customized input and output.
The text was updated successfully, but these errors were encountered: