Talha Munir

Results 5 issues of Talha Munir

I have been trying to execute the project by following the readme file of the project. But it throws the following errors. I have tried to look up these on...

In the example heading of the arctangent function, it shows it returns the arccosine of 0.5, which should be arctangent instead.

LTrim function in documentation [here](https://age.apache.org/age-manual/master/functions/string_functions.html) contains some misleading information. The ltrim function in the String functions is used to remove the leading white spaces and it is mentioned as trailing...

In the documentation of age [here](https://age.apache.org/age-manual/master/functions/string_functions.html) the toUpper() function contains the wrong definition. The definition states 'toUpper() returns the original string in lowercase.' whereas it should be 'toUpper() returns the...

I was studying the documentation of Apache Spark and I was trying to figure out if there was any way I could connect Age to Spark. But I couldn't find...

question