buffer function
Returns a geometry that represents all points whose distance from this geometry is less than or equal to distance. Calculations are in the Spatial Reference System of this Geometry.
Syntax
buffer(a, b)
Arguments
a → geometry
b → distance for the buffer
Example
buffer($geometry, 10.5 ) → returns a polygon