datafusion_geo/
lib.rs

1
2
3
4
pub mod function;
pub mod geo;

pub type DFResult<T> = datafusion_common::Result<T>;