risingwave_expr::expr_context

Function vnode_count

source
pub fn vnode_count() -> Result<usize>
Expand description

Get the vnode count from the context.

Always returns Ok in streaming mode and Err in batch mode.