Module value

Module value 

Source
Expand description

Core value types for data processing Value types for DSQ data processing

This module provides the core Value enum that represents all data types that can be processed by DSQ, including JSON-like values and Polars DataFrames.

Enums§

Value

Functions§

df_row_to_value
Convert a DataFrame row to a Value::Object
is_truthy
Check if a value is truthy (non-null, non-empty, non-zero)
value_from_any_value
Convert AnyValue to Value