MySQL 8.4.0
Source Code Documentation
frechet_distance_functor.h File Reference

This file declares the frechet_distance functor interface. More...

#include <memory>
#include <boost/geometry.hpp>
#include "sql/gis/functor.h"
#include "sql/gis/geometries.h"

Go to the source code of this file.

Classes

class  gis::Frechet_distance
 Frechet_distance functor that calls Boost.Geometry with the correct parameter types. More...
 

Namespaces

namespace  gis
 

Detailed Description

This file declares the frechet_distance functor interface.

The functor is not intended for use directly by MySQL code. It should be used indirectly through the gis::frechet_distance() function.

See also
gis::frechet_distance