未验证 提交 90e31230 编写于 作者: J Jeff Wang 提交者: GitHub

correctly return the total_records (#331)

上级 30fdbc6b
......@@ -126,7 +126,7 @@ struct ScalarReader {
std::vector<T> ids() const;
std::vector<T> timestamps() const;
std::string caption() const;
size_t total_records() const { return reader_.total_records() - 1; }
size_t total_records() const { return reader_.total_records(); }
size_t size() const;
private:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册