Skip to content

Commit

Permalink
Fix iterator with snapshot(parameter position) (vesoft-inc#3785)
Browse files Browse the repository at this point in the history
Co-authored-by: Harris.Chu <[email protected]>
Co-authored-by: Sophie <[email protected]>
  • Loading branch information
3 people authored and nevermore3 committed Feb 15, 2022
1 parent 13c717e commit bbd8f26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/graph/context/Iterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit bbd8f26

Please sign in to comment.