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§
- Logical
Type Provider - A logical type plugin (Arrow extension type).