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