Skip to content

Conversation

@milevin
Copy link

@milevin milevin commented Jun 6, 2025

No description provided.

@milevin milevin marked this pull request as draft June 6, 2025 08:09
@github-actions github-actions bot added the arrow label Jun 6, 2025
/// This is used to represent the symbolic data of an array.
/// Used to represent the symbolic data of an array.
#[derive(Debug, Clone, PartialEq)]
pub enum Expr {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these serialized inside SymbolicArrayData?

use std::any::Any;
use std::sync::Arc;

use super::SymbolicArrayData;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't find definition. where is it?

/// For comparisons involving nested types see [`crate::ord::make_comparator`]
pub fn neq(lhs: &dyn Datum, rhs: &dyn Datum) -> Result<BooleanArray, ArrowError> {
compare_op(Op::NotEqual, lhs, rhs)
sym!(NotEqual, lhs, rhs)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what gets written to SymbolicArrayData and how is it used later?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants