File tree 1 file changed +1
-1
lines changed
datafusion/physical-expr-common/src
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ use itertools::Itertools;
57
57
/// # fn data_type(&self, input_schema: &Schema) -> Result<DataType> {todo!()}
58
58
/// # fn nullable(&self, input_schema: &Schema) -> Result<bool> {todo!() }
59
59
/// # fn evaluate(&self, batch: &RecordBatch) -> Result<ColumnarValue> {todo!() }
60
- /// # fn output_field (&self, input_schema: &Schema) -> Result<Field> { unimplemented!() }
60
+ /// # fn return_field (&self, input_schema: &Schema) -> Result<Field> { unimplemented!() }
61
61
/// # fn children(&self) -> Vec<&Arc<dyn PhysicalExpr>> {todo!()}
62
62
/// # fn with_new_children(self: Arc<Self>, children: Vec<Arc<dyn PhysicalExpr>>) -> Result<Arc<dyn PhysicalExpr>> {todo!()}
63
63
/// # fn fmt_sql(&self, f: &mut Formatter<'_>) -> std::fmt::Result { todo!() }
You can’t perform that action at this time.
0 commit comments