Searched refs:Index (Results 1 – 9 of 9) sorted by relevance
| /rocksdb-6.9/third-party/folly/folly/container/ |
| D | Array.h | 52 template <typename MakeItem, std::size_t... Index> 55 folly::index_sequence<Index...>) 56 -> std::array<decltype(make(0)), sizeof...(Index)> { 57 return std::array<decltype(make(0)), sizeof...(Index)>{{make(Index)...}};
|
| /rocksdb-6.9/utilities/cassandra/ |
| D | cassandra_format_test.cc | 25 EXPECT_EQ(c.Index(), index); in TEST() 49 EXPECT_EQ(c1->Index(), index); in TEST() 78 EXPECT_EQ(c.Index(), index); in TEST() 105 EXPECT_EQ(c1->Index(), index); in TEST() 147 EXPECT_EQ(c.Index(), index); in TEST() 168 EXPECT_EQ(c1->Index(), index); in TEST()
|
| D | format.cc | 34 int8_t ColumnBase::Index() const { in Index() function in ROCKSDB_NAMESPACE::cassandra::ColumnBase 135 Index(), in ToTombstone() 363 int8_t index = column->Index(); in Merge()
|
| D | test_utils.cc | 64 EXPECT_EQ(expected_index, columns[index_of_vector]->Index()); in VerifyRowValueColumns()
|
| D | format.h | 82 virtual int8_t Index() const;
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2017-05-12-partitioned-index-filter.markdown | 2 title: Partitioned Index/Filters 34 Learn more [here](https://github.com/facebook/rocksdb/wiki/Partitioned-Index-Filters).
|
| D | 2018-08-23-data-block-hash-index.markdown | 2 title: Improving Point-Lookup Using Data Block Hash Index 39 ### Data Block Hash Index Design
|
| /rocksdb-6.9/db/ |
| D | listener_test.cc | 704 int Index(TableFileCreationReason reason) { in Index() function in ROCKSDB_NAMESPACE::TableFileCreationListener 735 int idx = Index(info.reason); in OnTableFileCreationStarted() 746 int idx = Index(info.reason); in OnTableFileCreated()
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 227 * Index blocks are now handled similarly to data blocks with regards to the block cache: instead of… 608 * Partitioned Index/Filters exiting the experimental mode. To enable partitioned indexes set index_…
|