Skip to main content

Module types

Module types 

Source
Expand description

Logical type plugins — Arrow extension types as a plugin surface.

Logical types are exposed via Arrow’s extension-type mechanism: the type identity travels in the Arrow Field’s metadata under the standard ARROW:extension:name (e.g., "geo.point") and ARROW:extension:metadata keys.

Traits§

LogicalTypeProvider
A logical type plugin (Arrow extension type).