> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ST_Analyze_Aggr

Return the statistics of geometries

## Signatures

```sql theme={"system"}
ST_Analyze_Aggr (A: geometryColumn)
```

## Parameters

<ParamField body="A" type="geometryColumn" required>
  The input geometry.
</ParamField>

## Return type

<ResponseField type="String">
  A string containing statistics about the geometries.
</ResponseField>
