Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 286 Bytes

extension.md

File metadata and controls

8 lines (6 loc) · 286 Bytes

Extension types

This crate supports Arrows' "extension type", to declare, use, and share custom logical types. The follow example shows how to declare one:

{{#include ../../../examples/extension.rs}}