jrgemignani commented on PR #1064: URL: https://github.com/apache/age/pull/1064#issuecomment-1644534114
@MuhammadTahaNaveed Do we want a function `agtype *extract_array_if_vpc(agtype *agt_arg)` that returns an `agtype`, instead of an `agtype_value`? If it is a vpc array, wouldn't it be better to just return it as an `agtype_value ` as we will need to eventually get it in that form anyway? I'm mentioning this because the `agtype_value_to_agtype ` function is really expensive to use. So, we should be considering ways to avoid converting back and forth. That was the whole idea behind the vpc. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
