Home
last modified time | relevance | path

Searched refs:AllowSingleOperand (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/utilities/cassandra/
Dmerge_operator.h33 virtual bool AllowSingleOperand() const override { return true; } in AllowSingleOperand() function
/rocksdb-6.9/include/rocksdb/
Dmerge_operator.h208 virtual bool AllowSingleOperand() const { return false; } in AllowSingleOperand() function
/rocksdb-6.9/docs/_posts/
D2017-09-28-rocksdb-5-8-released.markdown17 … merge operand during compactions, by appropriately overriding `MergeOperator::AllowSingleOperand`.
/rocksdb-6.9/db/
Dmerge_helper.cc47 allow_single_operand_ = user_merge_operator_->AllowSingleOperand(); in MergeHelper()
/rocksdb-6.9/db/compaction/
Dcompaction_iterator_test.cc636 bool AllowSingleOperand() const override { return true; } in TEST_P() function in ROCKSDB_NAMESPACE::TEST_P::SingleMergeOp
/rocksdb-6.9/
DHISTORY.md589 … merge operand during compactions, by appropriately overriding `MergeOperator::AllowSingleOperand`.