mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-15 01:32:56 +00:00
Deploying to gh-pages from @ GreptimeTeam/greptimedb@4f290111db 🚀
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() {
|
||||
var 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>"]]],["table",[["impl DataSource for <a class=\"struct\" href=\"table/dist_table/struct.DummyDataSource.html\" title=\"struct table::dist_table::DummyDataSource\">DummyDataSource</a>"],["impl DataSource for <a class=\"struct\" href=\"table/table/numbers/struct.NumbersDataSource.html\" title=\"struct table::table::numbers::NumbersDataSource\">NumbersDataSource</a>"],["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>"],["impl DataSource for <a class=\"struct\" href=\"table/test_util/memtable/struct.MemtableDataSource.html\" title=\"struct table::test_util::memtable::MemtableDataSource\">MemtableDataSource</a>"]]]]);
|
||||
if (window.register_implementors) {
|
||||
window.register_implementors(implementors);
|
||||
} else {
|
||||
window.pending_implementors = implementors;
|
||||
}
|
||||
})()
|
||||
//{"start":57,"fragment_lengths":[211,754]}
|
||||
Reference in New Issue
Block a user