mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-29 11:20:38 +00:00
chore: style and comment
This commit is contained in:
@@ -359,7 +359,7 @@ impl<'a> ParserContext<'a> {
|
||||
}));
|
||||
}
|
||||
|
||||
// SHOW TABLES [in | FROM] [DATABASE]
|
||||
// SHOW TABLE STATUS [in | FROM] [DATABASE]
|
||||
Token::Word(w) => match w.keyword {
|
||||
Keyword::IN | Keyword::FROM => self.parse_db_name()?,
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ impl Display for ShowKind {
|
||||
}
|
||||
|
||||
macro_rules! format_kind {
|
||||
($self: expr,$f: expr) => {
|
||||
($self: expr, $f: expr) => {
|
||||
if $self.kind != ShowKind::All {
|
||||
write!($f, " {}", &$self.kind)?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user