We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adc4fe commit 4d4b797Copy full SHA for 4d4b797
datafusion/physical-expr/src/expressions/in_list.rs
@@ -630,7 +630,6 @@ pub fn in_list(
630
///
631
/// # Errors
632
/// Returns an error if the array type is not supported for `InList` expressions or if we cannot build a hash based lookup.
633
-#[allow(dead_code)]
634
pub fn in_list_from_array(
635
expr: Arc<dyn PhysicalExpr>,
636
array: ArrayRef,
0 commit comments