Type Definition clickhouse_format::output::OutputResult[][src]

type OutputResult<Row, Info, Error> = Result<(Vec<Row>, Info), Error>;