Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/container/
DArray.h52 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/
Dcassandra_format_test.cc25 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()
Dformat.cc34 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()
Dtest_utils.cc64 EXPECT_EQ(expected_index, columns[index_of_vector]->Index()); in VerifyRowValueColumns()
Dformat.h82 virtual int8_t Index() const;
/rocksdb-6.9/docs/_posts/
D2017-05-12-partitioned-index-filter.markdown2 title: Partitioned Index/Filters
34 Learn more [here](https://github.com/facebook/rocksdb/wiki/Partitioned-Index-Filters).
D2018-08-23-data-block-hash-index.markdown2 title: Improving Point-Lookup Using Data Block Hash Index
39 ### Data Block Hash Index Design
/rocksdb-6.9/db/
Dlistener_test.cc704 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/
DHISTORY.md227 * 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_…