Veeupup commented on issue #8367:
URL:
https://github.com/apache/arrow-datafusion/issues/8367#issuecomment-1838533993
@alamb when you say `Note I think this should be done in datafusion-cli
(not core DataFusion)`, do you mean that we should add a new function in
`datafusion-cli/src/functions.rs` ?
just like?
```rust
#[derive(Debug)]
pub enum Function {
Select,
Explain,
....
ParquertMeta
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]