Module datafusion::common::scalar

source ·
Expand description

This module provides ScalarValue, an enum that can be used for storage of single elements

Enums

  • Represents a dynamically typed, nullable single value. This is the single-valued counter-part to arrow’s Array.

Constants

Traits

  • Trait used to map a NativeType to a ScalarValue

Functions