risingwave_frontend::expr::function_impl::pg_get_indexdef

Function pg_get_indexdef_col

source
fn pg_get_indexdef_col(
    oid: i32,
    column_no: i32,
    _pretty_bool: bool,
    writer: &mut impl Write,
) -> Result<()>