Skip to content

Commit e4d5846

Browse files
committed
Docstring correction
1 parent cddb52a commit e4d5846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-expr-common/src/sort_expr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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!() }

0 commit comments

Comments
 (0)