Skip to content

Commit

Permalink
add comments and todos to ResolvedTable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachelint committed Aug 17, 2023
1 parent 450e790 commit 528b1c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions query_frontend/src/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ pub enum Error {

define_result!(Error);

/// Table with catalog and schema
// TODO: we should enable to get catalog and schema from table
// (for example, store catalog id and schema id in table).
// See issue: https://github.com/CeresDB/ceresdb/issues/1157
#[derive(Debug, Clone)]
pub struct ResolvedTable {
pub catalog: String,
Expand Down

0 comments on commit 528b1c1

Please sign in to comment.