Skip to content

impl ArrowNativeType for i128  #1098

Closed
Closed
@liukun4515

Description

@liukun4515

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

when I implement the comparison operation for decimal data type, I should support i128 for

pub fn extend_from_slice<T: ToByteSlice>(&mut self, items: &[T]) {
this function.

In the pr #779, The i128 has been added as ArrowNativeType, but this is change-api changes.

how should i continue this work?

@alamb
Can I cherry-pick part code of this #779 to release branch

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAny new improvement worthy of a entry in the changelog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions