Skip to main content

try_plan_array_maint_fn

Function try_plan_array_maint_fn 

Source
pub fn try_plan_array_maint_fn(
    items: &[SelectItem],
    catalog: &dyn SqlCatalog,
) -> Result<Option<SqlPlan>>
Expand description

Try to intercept a no-FROM SELECT array_flush(name) / SELECT array_compact(name). The single projection item must be a bare function call carrying one string-literal argument.