diff --git a/src/graph/context/Iterator.h b/src/graph/context/Iterator.h index 1a89b12d175..7fbef0279dc 100644 --- a/src/graph/context/Iterator.h +++ b/src/graph/context/Iterator.h @@ -288,9 +288,9 @@ class GetNeighborsIter final : public Iterator { void sample(int64_t count) override; - size_t size() const override { - LOG(FATAL) << "Unimplemented method for Get Neighbros iterator."; - } + size_t size() const override; + + size_t numRows() const; const Value& getColumn(const std::string& col) const override;