pub fn build(
func: PbType,
return_type: DataType,
chunk_size: usize,
children: Vec<BoxedExpression>,
) -> Result<BoxedTableFunction>
Expand description
Build a table function.
pub fn build(
func: PbType,
return_type: DataType,
chunk_size: usize,
children: Vec<BoxedExpression>,
) -> Result<BoxedTableFunction>
Build a table function.