Skip to content

Commit

Permalink
Update to Doc to indicate VirtualExpressionTable values are not depen…
Browse files Browse the repository at this point in the history
…dent on any input
  • Loading branch information
anshuldata committed Sep 30, 2024
1 parent 19996a8 commit b2e3d6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions site/docs/relations/logical_relations.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ is encoded as records consisting of literal values.

#### Virtual Expression Table

A virtual expression table is a table whose contents are embedded in the plan itself. The table data
is encoded as records consisting of expression values.
A virtual expression table is a table whose contents are embedded in the plan itself.
Each column is an expression that can be resolved without referencing any input data.
For example, a literal, a function call involving literals, or any other expression that does
not require input.

| Property | Description | Required |
| -------- | ----------- | -------- |
Expand Down

0 comments on commit b2e3d6b

Please sign in to comment.