mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-22 16:00:38 +00:00
Deploying to gh-pages from @ GreptimeTeam/greptimedb@fcb77fd025 🚀
This commit is contained in:
9
trait.impl/store_api/region_engine/trait.RegionEngine.js
Normal file
9
trait.impl/store_api/region_engine/trait.RegionEngine.js
Normal file
@@ -0,0 +1,9 @@
|
||||
(function() {
|
||||
const implementors = Object.fromEntries([["file_engine",[["impl RegionEngine for <a class=\"struct\" href=\"file_engine/engine/struct.FileRegionEngine.html\" title=\"struct file_engine::engine::FileRegionEngine\">FileRegionEngine</a>",0]]],["metric_engine",[["impl RegionEngine for <a class=\"struct\" href=\"metric_engine/engine/struct.MetricEngine.html\" title=\"struct metric_engine::engine::MetricEngine\">MetricEngine</a>",0]]],["mito2",[["impl RegionEngine for <a class=\"struct\" href=\"mito2/engine/struct.MitoEngine.html\" title=\"struct mito2::engine::MitoEngine\">MitoEngine</a>",0]]]]);
|
||||
if (window.register_implementors) {
|
||||
window.register_implementors(implementors);
|
||||
} else {
|
||||
window.pending_implementors = implementors;
|
||||
}
|
||||
})()
|
||||
//{"start":59,"fragment_lengths":[198,193,163]}
|
||||
@@ -0,0 +1,9 @@
|
||||
(function() {
|
||||
const implementors = Object.fromEntries([["mito2",[["impl RegionScanner for <a class=\"struct\" href=\"mito2/read/seq_scan/struct.SeqScan.html\" title=\"struct mito2::read::seq_scan::SeqScan\">SeqScan</a>",0],["impl RegionScanner for <a class=\"struct\" href=\"mito2/read/series_scan/struct.SeriesScan.html\" title=\"struct mito2::read::series_scan::SeriesScan\">SeriesScan</a>",0],["impl RegionScanner for <a class=\"struct\" href=\"mito2/read/unordered_scan/struct.UnorderedScan.html\" title=\"struct mito2::read::unordered_scan::UnorderedScan\">UnorderedScan</a>",0]]],["store_api",[]]]);
|
||||
if (window.register_implementors) {
|
||||
window.register_implementors(implementors);
|
||||
} else {
|
||||
window.pending_implementors = implementors;
|
||||
}
|
||||
})()
|
||||
//{"start":59,"fragment_lengths":[530,17]}
|
||||
Reference in New Issue
Block a user