MCPcopy Create free account
hub / github.com/alibaba/euler / GetSortedFullInNeighbor

Method GetSortedFullInNeighbor

euler/core/graph/node.cc:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263std::vector<euler::common::IDWeightPair>
264Node::GetSortedFullInNeighbor(const std::vector<int32_t>& edge_types) const {
265 return __GetSortedFullNeighbor(edge_types, in_neighbor_info_);
266}
267
268inline std::vector<euler::common::IDWeightPair> Node::__GetTopKNeighbor(
269 const std::vector<int32_t>& edge_types,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected