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 ee4d524 commit a3c7accCopy full SHA for a3c7acc
datafusion/src/physical_plan/functions.rs
@@ -1371,7 +1371,6 @@ impl fmt::Display for ScalarFunctionExpr {
1371
type NullColumnarValue = ColumnarValue;
1372
1373
impl From<&RecordBatch> for NullColumnarValue {
1374
- type Error = DataFusionError;
1375
fn from(batch: &RecordBatch) -> Self {
1376
let num_rows = batch.num_rows();
1377
ColumnarValue::Array(Arc::new(NullArray::new(num_rows)))
0 commit comments