Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed May 1, 2024
1 parent a465b4e commit 0948517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/core/src/execution/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ impl SessionContext {
///
/// See [`SessionState::create_physical_expr`] for more details and
/// examples.
pub async fn create_physical_expr(
pub fn create_physical_expr(
&self,
schema: impl Into<DFSchemaRef>,
expr: Expr,
Expand Down Expand Up @@ -1974,7 +1974,7 @@ impl SessionState {
/// ```
///TODO
/// ```
pub async fn create_physical_expr(
pub fn create_physical_expr(
&self,
schema: impl Into<DFSchemaRef>,
expr: Expr,
Expand Down

0 comments on commit 0948517

Please sign in to comment.