Constants§
- TEST_
KEYS_ COUNT - Number of keys in table generated in
generate_table
.
Traits§
Functions§
- count_
stream - create_
small_ table_ cache - default_
builder_ opt_ for_ test - default_
opts_ for_ test - default_
writer_ opt_ for_ test - gen_
default_ test_ sstable - Generates a test table used in almost all table-related tests. Developers may verify the
correctness of their implementations by comparing the got value and the expected value
generated by
test_key_of
andtest_value_of
. - gen_
dummy_ batch - gen_
dummy_ batch_ several_ keys - gen_
dummy_ sst_ info - gen_
test_ sstable - Generate a test table from the given
kv_iter
and put the kv value tosstable_store
- gen_
test_ sstable_ data - Generates sstable data and metadata from given
kv_iter
- gen_
test_ sstable_ impl - Generates a test table from the given
kv_iter
and put the kv value tosstable_store
- gen_
test_ sstable_ info - Generate a test table from the given
kv_iter
and put the kv value tosstable_store
- gen_
test_ sstable_ with_ range_ tombstone - Generate a test table from the given
kv_iter
and put the kv value tosstable_store
- gen_
test_ sstable_ with_ table_ ids - hybrid_
cache_ for_ test - mock_
sst_ writer - put_sst
- Write the data and meta to
sstable_store
. - test_
key_ of - Generates a full key with table id 0 and epoch 123. User key is created with
test_user_key_of
. - test_
user_ key - Generates a user key with table id 0 and the given
table_key
- test_
user_ key_ of - Generates a user key with table id 0 and table key format of
key_test_{idx * 2}
- test_
value_ of - The value of an index in the test table