Influxdb rust client and output format

I’m using rust crate influxdb to get some data from influxdb. When I send query, db returns me a json string with tuples of values. This format is not compact and I wonder if there is a way to fetch data in the parquet or arrow ipc format (maybe arrow flight rpc supported?). If it is not supported on the client level, maybe it is supported on rpc level?