Support mysql partition to table selection (#959)

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
This commit is contained in:
chunshao.rcs 2023-09-15 02:21:47 +08:00 committed by GitHub
parent a16791d019
commit f6e4be4c15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 108 additions and 7 deletions

View file

@ -248,6 +248,7 @@ pub fn table(name: impl Into<String>) -> TableFactor {
args: None,
with_hints: vec![],
version: None,
partitions: vec![],
}
}