risingwave_frontend::expr::function_impl::pg_get_viewdef

Function pg_get_viewdef_pretty

source
fn pg_get_viewdef_pretty(
    oid: i32,
    _pretty: bool,
    writer: &mut impl Write,
) -> Result<()>