Performs initialization that needs to happen outside of a constructor to properly propagate errors.
| 534 | // Performs initialization that needs to happen outside of a constructor to |
| 535 | // properly propagate errors. |
| 536 | virtual Status Initialize(IteratorContext* ctx) { return Status::OK(); } |
| 537 | |
| 538 | // Saves the state of this iterator. |
| 539 | virtual Status Save(SerializationContext* ctx, IteratorStateWriter* writer) { |