Skip to content

Commit 3bc615e

Browse files
Revert "reduce verbosity of ResultSetFilter docstring"
This reverts commit a1f9b9c.
1 parent c313c2b commit 3bc615e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/databricks/sql/backend/filters.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929

3030
class ResultSetFilter:
3131
"""
32-
A general-purpose filter for result sets.
32+
A general-purpose filter for result sets that can be applied to any backend.
33+
34+
This class provides methods to filter result sets based on various criteria,
35+
similar to the client-side filtering in the JDBC connector.
3336
"""
3437

3538
@staticmethod

0 commit comments

Comments
 (0)