risingwave_expr::table_function

Function build

source
pub fn build(
    func: PbType,
    return_type: DataType,
    chunk_size: usize,
    children: Vec<BoxedExpression>,
) -> Result<BoxedTableFunction>
Expand description

Build a table function.