Docs.rs
arrow-array-26.0.0
arrow-array 26.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
xhochy
nevi-me
alamb
tustvold
Dependencies
arrow-buffer ^26.0.0
normal
arrow-data ^26.0.0
normal
arrow-schema ^26.0.0
normal
chrono ^0.4
normal
chrono-tz ^0.7
normal
half ^2.1
normal
hashbrown ^0.12
normal
num ^0.4
normal
rand ^0.8
dev
ahash ^0.8
normal
ahash ^0.8
normal
Versions
67.47%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
IntervalDayTimeArray
IntervalDayTimeArray
In arrow_array::array
Structs
BooleanArray
DictionaryArray
FixedSizeBinaryArray
FixedSizeListArray
GenericByteArray
GenericListArray
MapArray
NativeAdapter
NullArray
PrimitiveArray
StructArray
TypedDictionaryArray
UnionArray
Traits
Array
ArrayAccessor
ArrowPrimitiveType
OffsetSizeTrait
Functions
make_array
new_empty_array
new_null_array
Type Definitions
ArrayRef
BinaryArray
Date32Array
Date64Array
Decimal128Array
Decimal256Array
DurationMicrosecondArray
DurationMillisecondArray
DurationNanosecondArray
DurationSecondArray
Float16Array
Float32Array
Float64Array
GenericBinaryArray
GenericStringArray
Int16Array
Int16DictionaryArray
Int32Array
Int32DictionaryArray
Int64Array
Int64DictionaryArray
Int8Array
Int8DictionaryArray
IntervalDayTimeArray
IntervalMonthDayNanoArray
IntervalYearMonthArray
LargeBinaryArray
LargeListArray
LargeStringArray
ListArray
StringArray
Time32MillisecondArray
Time32SecondArray
Time64MicrosecondArray
Time64NanosecondArray
TimestampMicrosecondArray
TimestampMillisecondArray
TimestampNanosecondArray
TimestampSecondArray
UInt16Array
UInt16DictionaryArray
UInt32Array
UInt32DictionaryArray
UInt64Array
UInt64DictionaryArray
UInt8Array
UInt8DictionaryArray
?
Type Definition
arrow_array
::
array
::
IntervalDayTimeArray
source
·
[
−
]
pub type IntervalDayTimeArray =
PrimitiveArray
<
IntervalDayTimeType
>;