Skip to content

Commit

Permalink
Update docs/source/user-guide/dataframe.md
Browse files Browse the repository at this point in the history
Co-authored-by: Oleks V <[email protected]>
  • Loading branch information
alamb and comphead authored Jul 8, 2024
1 parent 22b7393 commit a23a7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/dataframe.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ definition.
The query can be executed by calling the [`collect`] method.

DataFusion DataFrames use lazy evaluation, meaning that each transformation
creates a new plan but does not actually perform any transformations. This
creates a new plan but does not actually perform any immediate actions. This
approach allows for the overall plan to be optimized before execution. The plan
is evaluated (executed) when an action method is invoked, such as [`collect`].
See the [Library Users Guide] for more details.
Expand Down

0 comments on commit a23a7b6

Please sign in to comment.