Function datafusion_proto::logical_plan::from_proto::parse_exprs
source ยท pub fn parse_exprs<'a, I>(
protos: I,
registry: &dyn FunctionRegistry,
codec: &dyn LogicalExtensionCodec,
) -> Result<Vec<Expr>, FromProtoError>where
I: IntoIterator<Item = &'a LogicalExprNode>,Expand description
Parse a vector of protobuf::LogicalExprNodes.