| 920 | } |
| 921 | |
| 922 | std::unique_ptr<RowReader> ReaderImpl::createRowReader() const { |
| 923 | RowReaderOptions defaultOpts; |
| 924 | return createRowReader(defaultOpts); |
| 925 | } |
| 926 | |
| 927 | std::unique_ptr<RowReader> ReaderImpl::createRowReader(const RowReaderOptions& opts) const { |
| 928 | if (opts.getSearchArgument() && !isMetadataLoaded_) { |