Function grafbase_sql_ast::ast::row_to_json
source · pub fn row_to_json<'a, T>(expr: T, pretty_print: bool) -> Function<'a>
Expand description
Return the given table in JSON
format.
pub fn row_to_json<'a, T>(expr: T, pretty_print: bool) -> Function<'a>
Return the given table in JSON
format.