Home
last modified time | relevance | path

Searched refs:table_reader_options (Results 1 – 11 of 11) sorted by relevance

/rocksdb-6.9/table/plain/
Dplain_table_factory.cc22 const TableReaderOptions& table_reader_options, in NewTableReader() argument
27 table_reader_options.ioptions, table_reader_options.env_options, in NewTableReader()
28 table_reader_options.internal_comparator, std::move(file), file_size, in NewTableReader()
31 table_options_.full_scan_mode, table_reader_options.immortal, in NewTableReader()
32 table_reader_options.prefix_extractor); in NewTableReader()
Dplain_table_factory.h163 Status NewTableReader(const TableReaderOptions& table_reader_options,
/rocksdb-6.9/table/block_based/
Dblock_based_table_factory.cc203 const TableReaderOptions& table_reader_options, in NewTableReader() argument
208 table_reader_options.ioptions, table_reader_options.env_options, in NewTableReader()
209 table_options_, table_reader_options.internal_comparator, std::move(file), in NewTableReader()
210 file_size, table_reader, table_reader_options.prefix_extractor, in NewTableReader()
211 prefetch_index_and_filter_in_cache, table_reader_options.skip_filters, in NewTableReader()
212 table_reader_options.level, table_reader_options.immortal, in NewTableReader()
213 table_reader_options.largest_seqno, &tail_prefetch_stats_, in NewTableReader()
214 table_reader_options.block_cache_tracer); in NewTableReader()
Dblock_based_table_factory.h54 const TableReaderOptions& table_reader_options,
/rocksdb-6.9/table/adaptive/
Dadaptive_table_factory.cc45 const TableReaderOptions& table_reader_options, in NewTableReader() argument
58 table_reader_options, std::move(file), file_size, table); in NewTableReader()
62 table_reader_options, std::move(file), file_size, table); in NewTableReader()
65 table_reader_options, std::move(file), file_size, table); in NewTableReader()
Dadaptive_table_factory.h37 const TableReaderOptions& table_reader_options,
/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_factory.cc16 const TableReaderOptions& table_reader_options, in NewTableReader() argument
21 table_reader_options.ioptions, std::move(file), file_size, in NewTableReader()
22 table_reader_options.internal_comparator.user_comparator(), nullptr)); in NewTableReader()
Dcuckoo_table_factory.h62 const TableReaderOptions& table_reader_options,
/rocksdb-6.9/db/
Dplain_table_db_test.cc340 const TableReaderOptions& table_reader_options, in NewTableReader() argument
347 table_reader_options.ioptions, &props, in NewTableReader()
354 table_reader_options.ioptions, in NewTableReader()
361 table_reader_options.ioptions, in NewTableReader()
375 table_reader_options.env_options, in NewTableReader()
376 table_reader_options.internal_comparator, encoding_type, file_size, in NewTableReader()
378 std::move(file), table_reader_options.ioptions, in NewTableReader()
379 table_reader_options.prefix_extractor, expect_bloom_not_match_, in NewTableReader()
/rocksdb-6.9/include/rocksdb/
Dtable.h525 const TableReaderOptions& table_reader_options,
/rocksdb-6.9/table/
Dmock_table.h179 const TableReaderOptions& table_reader_options,