mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-16 13:00:40 +00:00
Deploying to gh-pages from @ GreptimeTeam/greptimedb@fcb77fd025 🚀
This commit is contained in:
9
trait.impl/store_api/data_source/trait.DataSource.js
Normal file
9
trait.impl/store_api/data_source/trait.DataSource.js
Normal file
@@ -0,0 +1,9 @@
|
||||
(function() {
|
||||
const implementors = Object.fromEntries([["catalog",[["impl DataSource for <a class=\"struct\" href=\"catalog/system_schema/struct.SystemTableDataSource.html\" title=\"struct catalog::system_schema::SystemTableDataSource\">SystemTableDataSource</a>",0]]],["table",[["impl DataSource for <a class=\"struct\" href=\"table/dist_table/struct.DummyDataSource.html\" title=\"struct table::dist_table::DummyDataSource\">DummyDataSource</a>",0],["impl DataSource for <a class=\"struct\" href=\"table/table/numbers/struct.NumbersDataSource.html\" title=\"struct table::table::numbers::NumbersDataSource\">NumbersDataSource</a>",0],["impl DataSource for <a class=\"struct\" href=\"table/test_util/empty_table/struct.EmptyDataSource.html\" title=\"struct table::test_util::empty_table::EmptyDataSource\">EmptyDataSource</a>",0],["impl DataSource for <a class=\"struct\" href=\"table/test_util/memtable/struct.MemtableDataSource.html\" title=\"struct table::test_util::memtable::MemtableDataSource\">MemtableDataSource</a>",0]]]]);
|
||||
if (window.register_implementors) {
|
||||
window.register_implementors(implementors);
|
||||
} else {
|
||||
window.pending_implementors = implementors;
|
||||
}
|
||||
})()
|
||||
//{"start":59,"fragment_lengths":[213,762]}
|
||||
9
trait.impl/store_api/logstore/trait.LogStore.js
Normal file
9
trait.impl/store_api/logstore/trait.LogStore.js
Normal file
@@ -0,0 +1,9 @@
|
||||
(function() {
|
||||
const implementors = Object.fromEntries([["log_store",[["impl LogStore for <a class=\"struct\" href=\"log_store/kafka/log_store/struct.KafkaLogStore.html\" title=\"struct log_store::kafka::log_store::KafkaLogStore\">KafkaLogStore</a>",0],["impl LogStore for <a class=\"struct\" href=\"log_store/noop/log_store/struct.NoopLogStore.html\" title=\"struct log_store::noop::log_store::NoopLogStore\">NoopLogStore</a>",0],["impl LogStore for <a class=\"struct\" href=\"log_store/raft_engine/log_store/struct.RaftEngineLogStore.html\" title=\"struct log_store::raft_engine::log_store::RaftEngineLogStore\">RaftEngineLogStore</a>",0]]]]);
|
||||
if (window.register_implementors) {
|
||||
window.register_implementors(implementors);
|
||||
} else {
|
||||
window.pending_implementors = implementors;
|
||||
}
|
||||
})()
|
||||
//{"start":59,"fragment_lengths":[586]}
|
||||
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