MCPcopy Create free account
hub / github.com/alibaba/graph-learn / EdgeLoadingTask

Method EdgeLoadingTask

graphlearn/src/actor/graph/loading_task.cc:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54EdgeLoadingTask::EdgeLoadingTask(io::EdgeLoader* reader,
55 unsigned id,
56 unsigned batch_size)
57 : alien_task(), reader_(reader), source_(nullptr),
58 batch_size_(batch_size), output_handle_(id) {
59}
60
61void EdgeLoadingTask::run() {
62 Status s = BeginNextFile();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected