Docs.rs
risinglight-0.2.0
risinglight 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
wangrunji0408
github:risinglightdb:crates-io
Dependencies
anyhow ^1
normal
async-recursion ^1
normal
async-stream ^0.3
normal
async-trait ^0.1
normal
binary-heap-plus ^0.5
normal
bit-set ^0.5
normal
bitvec ^1
normal
btreemultimap ^0.1
normal
bytes ^1
normal
chrono ^0.4
normal
clap ^4
normal
comfy-table ^6
normal
console-subscriber ^0.1
normal
crc32fast ^1
normal
csv ^1
normal
dirs ^4
normal
downcast-rs ^1
normal
egg ^0.9
normal
enum_dispatch ^0.3
normal
erased-serde ^0.3
normal
futures ^0.3
normal
futures-async-stream ^0.2
normal
humantime ^2
normal
indicatif ^0.17
normal
indoc ^1
normal
iter-chunks ^0.1
normal
itertools ^0.10
normal
minitrace ^0.4.0
normal
moka ^0.9
normal
num-traits ^0.2
normal
ordered-float ^3
normal
parking_lot ^0.12
normal
parse-display ^0.6
normal
paste ^1
normal
prost ^0.11.0
normal
ref-cast ^1.0
normal
risinglight_proto ^0.2
normal
rust_decimal ^1
normal
rustyline ^10
normal
serde ^1
normal
serde_json ^1
normal
smallvec ^1
normal
sqllogictest ^0.9
normal
sqlparser ^0.27
normal
thiserror ^1
normal
tikv-jemallocator ^0.5
normal
tokio ^1
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
criterion ^0.4
dev
tempfile ^3
dev
test-case ^2
dev
Versions
33.65%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
☰
I64Array
Trait Implementations
TryFrom<&'a ArrayImpl>
In risinglight::array
?
Type Definition
risinglight
::
array
::
I64Array
source
·
[
−
]
pub type I64Array =
PrimitiveArray
<
i64
>;
Trait Implementations
§
source
§
impl<'a>
TryFrom
<&'a
ArrayImpl
> for &'a
I64Array
Implement
&ArrayImpl -> &AbcArray
§
type
Error
=
TypeMismatch
The type returned in the event of a conversion error.
source
§
fn
try_from
(array: &'a
ArrayImpl
) ->
Result
<Self, Self::
Error
>
Performs the conversion.