We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c313c2b commit 3bc615eCopy full SHA for 3bc615e
src/databricks/sql/backend/filters.py
@@ -29,7 +29,10 @@
29
30
class ResultSetFilter:
31
"""
32
- A general-purpose filter for result sets.
+ 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.
36
37
38
@staticmethod
0 commit comments