Skip to content

Implement FromIter for timestamps, that includes timezone info #168

Description

@alamb

Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11312

We currently have TimestampArray::from_vec and TimestampArray::from_opt_vec in order to provide timezone information. We do not have an option that uses FromIter.

When implementing this, we should search the codebase (esp Parquet) and replace the vector-based methods above with iterators where it makes sense.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrowChanges to the arrow crate

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions