Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::types::Array - Rust
[go: Go Back, main page]

Struct datafusion::types::Array[][src]

pub struct Array { /* fields omitted */ }

Methods

impl Array
[src]

Create a new array where there are no null values

Create a new array where there are no null values

Get a reference to the array data

number of elements in the array

number of null elements in the array

If null_count is greater than zero then the validity_bitmap will be Some(Bitmap)

Trait Implementations

impl From<Vec<bool>> for Array
[src]

Performs the conversion.

impl From<Buffer<bool>> for Array
[src]

Performs the conversion.

impl From<Vec<f32>> for Array
[src]

Performs the conversion.

impl From<Buffer<f32>> for Array
[src]

Performs the conversion.

impl From<Vec<f64>> for Array
[src]

Performs the conversion.

impl From<Buffer<f64>> for Array
[src]

Performs the conversion.

impl From<Vec<u8>> for Array
[src]

Performs the conversion.

impl From<Buffer<u8>> for Array
[src]

Performs the conversion.

impl From<Vec<u16>> for Array
[src]

Performs the conversion.

impl From<Buffer<u16>> for Array
[src]

Performs the conversion.

impl From<Vec<u32>> for Array
[src]

Performs the conversion.

impl From<Buffer<u32>> for Array
[src]

Performs the conversion.

impl From<Vec<u64>> for Array
[src]

Performs the conversion.

impl From<Buffer<u64>> for Array
[src]

Performs the conversion.

impl From<Vec<i8>> for Array
[src]

Performs the conversion.

impl From<Buffer<i8>> for Array
[src]

Performs the conversion.

impl From<Vec<i16>> for Array
[src]

Performs the conversion.

impl From<Buffer<i16>> for Array
[src]

Performs the conversion.

impl From<Vec<i32>> for Array
[src]

Performs the conversion.

impl From<Buffer<i32>> for Array
[src]

Performs the conversion.

impl From<Vec<i64>> for Array
[src]

Performs the conversion.

impl From<Buffer<i64>> for Array
[src]

Performs the conversion.

impl From<Vec<&'static str>> for Array
[src]

This method mostly just used for unit tests

Performs the conversion.

impl From<Vec<String>> for Array
[src]

Performs the conversion.

impl From<Vec<Rc<Array>>> for Array
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Array

impl !Sync for Array