Zainab-Saad commented on issue #113: URL: https://github.com/apache/age-website/issues/113#issuecomment-1445344143
It is not a typo. AGE supports a custom datatype 'agtype' and returns only one datatype i.e; agtype. But in addition to this, it also supports type coercion if it is possible. For example it coerces varchar(50) to agtype, bool to agtype, float to agtype etc. It only throws error if it cannot coerce the data type provided in the query. Kindly refer to regression test [here] where this concept is explained(https://github.com/apache/age/blob/master/regress/expected/cypher.out) -- 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]
