Skip to content

Commit

Permalink
docs: update df-repr expr
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzh authored Jan 15, 2024
1 parent 7958182 commit 63dd5e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/datafusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ LogicalJoin { #0 = #3 }

in the optd representation.

For SQL expressions, the optd Datafusion representation does not do cost-based searches on expressions, though this is supported in optd-core. Each SQL expression can only have one binding in the current implementation.

## Explain

We use risinglightdb's pretty-xmlish crate and implement a custom explain format for Datafusion plan nodes.
Expand Down

0 comments on commit 63dd5e6

Please sign in to comment.