Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add container-like data types examples #147

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Add container-like data types examples #147

merged 1 commit into from
Sep 17, 2024

Conversation

slvrtrn
Copy link
Contributor

@slvrtrn slvrtrn commented Sep 10, 2024

A follow-up for #128. Related to #116.
Adds examples for:

arr               Array(String),
arr2              Array(Array(String)),
map               Map(String, UInt32),
tuple             Tuple(String, UInt32),
nested            Nested(name String, count UInt32),
point             Point,
ring              Ring,
polygon           Polygon,
multi_polygon     MultiPolygon,
line_string       LineString,
multi_line_string MultiLineString

Geo types are actually supported (noted in the README).

@loyd loyd merged commit 5ccae0b into main Sep 17, 2024
6 checks passed
@loyd loyd deleted the data-types-containers branch September 17, 2024 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants