Files
greptimedb/trait.impl/catalog/system_schema/trait.SystemTable.js
2026-05-12 10:47:44 +00:00

9 lines
283 B
JavaScript

(function() {
const implementors = Object.fromEntries([["catalog",[]]]);
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()
//{"start":59,"fragment_lengths":[14]}