Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 63dd5e6

Browse files
authored
docs: update df-repr expr
1 parent 7958182 commit 63dd5e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/datafusion.md

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ LogicalJoin { #0 = #3 }
7272

7373
in the optd representation.
7474

75+
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.
76+
7577
## Explain
7678

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

0 commit comments

Comments
 (0)