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::scalar - Rust
[go: Go Back, main page]

Module datafusion::scalar

source ·
Expand description

ScalarValue reimported from datafusion-common to easy migration when datafusion was split into several different crates

Enums

Represents a dynamically typed, nullable single value. This is the single-valued counter-part of arrow’s Array. https://arrow.apache.org/docs/python/api/datatypes.html https://github.com/apache/arrow/blob/master/format/Schema.fbs#L354-L375

Traits

Trait used to map a NativeTime to a ScalarType.