We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e940751 commit ef1184eCopy full SHA for ef1184e
datafusion/sql/src/planner.rs
@@ -236,8 +236,8 @@ impl PlannerContext {
236
/// phase looks up table and column names using the [`ContextProvider`].
237
/// 2. Mechanical translation of the AST into a [`LogicalPlan`].
238
///
239
-/// It does not perform type checking, semantic analysis, type coercion, or
240
-/// optimization, which are performed by other components.
+/// It does not perform type coercion, or perform optimization, which are done
+/// by subsequent passes.
241
242
/// Key interfaces are:
243
/// * [`Self::sql_statement_to_plan`]: Convert a statement (e.g. `SELECT ...`) into a [`LogicalPlan`]
0 commit comments