Hi Charles. Please look into information_schema.schema table, specifically in type column. Also there is describe schema command [1] but it returns result in json.
[1] https://drill.apache.org/docs/describe/ Kind regards, Arina On Fri, Jan 4, 2019 at 8:21 AM Charles Givre <[email protected]> wrote: > Hello Drillers, > I am working on integrating Drill with a BI tool, and I’m wondering if > there is any way to get information about a storage plugin via the > INFORMATION_SCHEMA or other query? Specifically, I want to be able to > determine whether a given storage plugin is a ‘file’ plugin or not. > Thanks! > — C
