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

Method SampleInNeighbor

euler/core/graph/node.cc:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169std::vector<euler::common::IDWeightPair>
170Node::SampleInNeighbor(const std::vector<int32_t>& edge_types,
171 int32_t count) const {
172 return __SampleNeighbor(edge_types, count, in_neighbor_info_);
173}
174
175
176inline std::vector<euler::common::IDWeightPair> Node::__GetFullNeighbor(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected