You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Thanks @Ted-Jiang -- the support for `IS NOT NULL` is also quite neat.
@alamb sorry there is a bug here i will fix this it should
/// If set `with_not` to true: which means is not null
/// datafusion use false flag to prune unit (row group, page ..)
/// Given an expression reference to `expr`, if `expr` is a column expression,
/// returns a pruning expression in terms of IsNotNull that will evaluate to true
/// if the column may contain any nonnull values, and false if definitely does not contain
/// nonnull values which any null values.
@alamb sorry there is a bug here i will fix this it should
Originally posted by @Ted-Jiang in #9989 (comment)
The text was updated successfully, but these errors were encountered: