Docs.rs
dora-node-api-0.3.12
dora-node-api 0.3.12
Permalink
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
haixuanTao
github:dora-rs:core
Dependencies
aligned-vec ^0.5.0
normal
arrow ^54.2.1
normal
bincode ^1.3.3
normal
dora-arrow-convert ^0.3.12
normal
dora-core ^0.3.12
normal
dora-message ^0.5.0
normal
dora-metrics ^0.3.12
normal
optional
dora-tracing ^0.3.12
normal
optional
eyre ^0.6.7
normal
flume ^0.10.14
normal
futures ^0.3.28
normal
futures-concurrency ^7.3.0
normal
futures-timer ^3.0.2
normal
serde_json ^1.0.86
normal
serde_yaml ^0.9.33
normal
shared-memory-server ^0.3.12
normal
shared_memory_extended ^0.13.0
normal
tokio ^1.24.2
normal
tracing ^0.1.33
normal
Versions
2.5%
of the crate is documented
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
dora_
node_
api
0.3.12
Into
Arrow
Required Associated Types
A
Required Methods
into_arrow
Implementations on Foreign Types
&str
()
NaiveDate
NaiveDateTime
NaiveTime
String
Vec<String>
Vec<f16>
Vec<f32>
Vec<f64>
Vec<i8>
Vec<i16>
Vec<i32>
Vec<i64>
Vec<u8>
Vec<u16>
Vec<u32>
Vec<u64>
bool
f16
f32
f64
i8
i16
i32
i64
u8
u16
u32
u64
Implementors
In crate dora_
node_
api
dora_node_api
Trait
IntoArrow
Copy item path
Source
pub trait IntoArrow { type
A
:
Array
; // Required method fn
into_arrow
(self) -> Self::
A
; }
Required Associated Types
§
Source
type
A
:
Array
Required Methods
§
Source
fn
into_arrow
(self) -> Self::
A
Implementations on Foreign Types
§
Source
§
impl
IntoArrow
for &
str
Source
§
type
A
=
GenericByteArray
<
GenericStringType
<
i32
>>
Source
§
fn
into_arrow
(self) -> <&
str
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
bool
Source
§
type
A
=
BooleanArray
Source
§
fn
into_arrow
(self) -> <
bool
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
f32
Source
§
type
A
=
PrimitiveArray
<
Float32Type
>
Source
§
fn
into_arrow
(self) -> <
f32
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
f64
Source
§
type
A
=
PrimitiveArray
<
Float64Type
>
Source
§
fn
into_arrow
(self) -> <
f64
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
i8
Source
§
type
A
=
PrimitiveArray
<
Int8Type
>
Source
§
fn
into_arrow
(self) -> <
i8
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
i16
Source
§
type
A
=
PrimitiveArray
<
Int16Type
>
Source
§
fn
into_arrow
(self) -> <
i16
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
i32
Source
§
type
A
=
PrimitiveArray
<
Int32Type
>
Source
§
fn
into_arrow
(self) -> <
i32
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
i64
Source
§
type
A
=
PrimitiveArray
<
Int64Type
>
Source
§
fn
into_arrow
(self) -> <
i64
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
u8
Source
§
type
A
=
PrimitiveArray
<
UInt8Type
>
Source
§
fn
into_arrow
(self) -> <
u8
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
u16
Source
§
type
A
=
PrimitiveArray
<
UInt16Type
>
Source
§
fn
into_arrow
(self) -> <
u16
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
u32
Source
§
type
A
=
PrimitiveArray
<
UInt32Type
>
Source
§
fn
into_arrow
(self) -> <
u32
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
u64
Source
§
type
A
=
PrimitiveArray
<
UInt64Type
>
Source
§
fn
into_arrow
(self) -> <
u64
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
()
Source
§
type
A
=
NullArray
Source
§
fn
into_arrow
(self) -> <
()
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
String
Source
§
type
A
=
GenericByteArray
<
GenericStringType
<
i32
>>
Source
§
fn
into_arrow
(self) -> <
String
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
Vec
<
f32
>
Source
§
type
A
=
PrimitiveArray
<
Float32Type
>
Source
§
fn
into_arrow
(self) -> <
Vec
<
f32
> as
IntoArrow
>::
A
ⓘ
Source
§
impl
IntoArrow
for
Vec
<
f64
>
Source
§
type
A
=
PrimitiveArray
<
Float64Type
>
Source
§
fn
into_arrow
(self) -> <
Vec
<
f64
> as
IntoArrow
>::
A
ⓘ
Source
§
impl
IntoArrow
for
Vec
<
i8
>
Source
§
type
A
=
PrimitiveArray
<
Int8Type
>
Source
§
fn
into_arrow
(self) -> <
Vec
<
i8
> as
IntoArrow
>::
A
ⓘ
Source
§
impl
IntoArrow
for
Vec
<
i16
>
Source
§
type
A
=
PrimitiveArray
<
Int16Type
>
Source
§
fn
into_arrow
(self) -> <
Vec
<
i16
> as
IntoArrow
>::
A
ⓘ
Source
§
impl
IntoArrow
for
Vec
<
i32
>
Source
§
type
A
=
PrimitiveArray
<
Int32Type
>
Source
§
fn
into_arrow
(self) -> <
Vec
<
i32
> as
IntoArrow
>::
A
ⓘ
Source
§
impl
IntoArrow
for
Vec
<
i64
>
Source
§
type
A
=
PrimitiveArray
<
Int64Type
>
Source
§
fn
into_arrow
(self) -> <
Vec
<
i64
> as
IntoArrow
>::
A
ⓘ
Source
§
impl
IntoArrow
for
Vec
<
u8
>
Source
§
type
A
=
PrimitiveArray
<
UInt8Type
>
Source
§
fn
into_arrow
(self) -> <
Vec
<
u8
> as
IntoArrow
>::
A
ⓘ
Source
§
impl
IntoArrow
for
Vec
<
u16
>
Source
§
type
A
=
PrimitiveArray
<
UInt16Type
>
Source
§
fn
into_arrow
(self) -> <
Vec
<
u16
> as
IntoArrow
>::
A
ⓘ
Source
§
impl
IntoArrow
for
Vec
<
u32
>
Source
§
type
A
=
PrimitiveArray
<
UInt32Type
>
Source
§
fn
into_arrow
(self) -> <
Vec
<
u32
> as
IntoArrow
>::
A
ⓘ
Source
§
impl
IntoArrow
for
Vec
<
u64
>
Source
§
type
A
=
PrimitiveArray
<
UInt64Type
>
Source
§
fn
into_arrow
(self) -> <
Vec
<
u64
> as
IntoArrow
>::
A
ⓘ
Source
§
impl
IntoArrow
for
Vec
<
String
>
Source
§
type
A
=
GenericByteArray
<
GenericStringType
<
i32
>>
Source
§
fn
into_arrow
(self) -> <
Vec
<
String
> as
IntoArrow
>::
A
ⓘ
Source
§
impl
IntoArrow
for
Vec
<
f16
>
Source
§
type
A
=
PrimitiveArray
<
Float16Type
>
Source
§
fn
into_arrow
(self) -> <
Vec
<
f16
> as
IntoArrow
>::
A
ⓘ
Source
§
impl
IntoArrow
for
NaiveDate
Source
§
type
A
=
PrimitiveArray
<
Date64Type
>
Source
§
fn
into_arrow
(self) -> <
NaiveDate
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
NaiveDateTime
Source
§
type
A
=
PrimitiveArray
<
TimestampNanosecondType
>
Source
§
fn
into_arrow
(self) -> <
NaiveDateTime
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
NaiveTime
Source
§
type
A
=
PrimitiveArray
<
Time64NanosecondType
>
Source
§
fn
into_arrow
(self) -> <
NaiveTime
as
IntoArrow
>::
A
Source
§
impl
IntoArrow
for
f16
Source
§
type
A
=
PrimitiveArray
<
Float16Type
>
Source
§
fn
into_arrow
(self) -> <
f16
as
IntoArrow
>::
A
Implementors
§