Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions python/python/lance/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -7065,6 +7065,9 @@ def explain_plan(self, verbose=False) -> str:
def analyze_plan(self, count_rows: bool = False) -> str:
"""Execute the plan for this scanner and display with runtime metrics.

Full-text-search nodes include the execution-time ``tokenized_query``
text and positions.

Parameters
----------
count_rows : bool, default False
Expand Down
Loading
Loading