File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
datafusion/physical-expr-common/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ use itertools::Itertools;
5757/// # fn data_type(&self, input_schema: &Schema) -> Result<DataType> {todo!()}
5858/// # fn nullable(&self, input_schema: &Schema) -> Result<bool> {todo!() }
5959/// # 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!() }
6161/// # fn children(&self) -> Vec<&Arc<dyn PhysicalExpr>> {todo!()}
6262/// # fn with_new_children(self: Arc<Self>, children: Vec<Arc<dyn PhysicalExpr>>) -> Result<Arc<dyn PhysicalExpr>> {todo!()}
6363/// # fn fmt_sql(&self, f: &mut Formatter<'_>) -> std::fmt::Result { todo!() }
You can’t perform that action at this time.
0 commit comments