Skip to content

Commit

Permalink
feat(sq): implement missing methods (#53)
Browse files Browse the repository at this point in the history
* feat(sq): implement missing methods
- change methods to references
  • Loading branch information
sjrusso8 committed Jun 14, 2024
1 parent 5ea47e5 commit 42c88e4
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 105 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The following section outlines some of the larger functionality that are not yet
|createDataFrame |![partial]|Partial. Only works for `RecordBatch` |
|getActiveSessions |![open] | |
|getTags |![done] | |
|interruptAll |![done] | |
|interruptAll |![done] | splitn |
|interruptOperation|![done] | |
|interruptTag |![done] | |
|newSession |![open] | |
Expand Down Expand Up @@ -132,10 +132,10 @@ The following section outlines some of the larger functionality that are not yet
|StreamingQuery |API |Comment |
|------------------|----------|---------------------------------------|
|awaitTermination |![done] | |
|exception |![open] | |
|explain |![open] | |
|processAllAvailable|![open] | |
|stop |![open] | |
|exception |![done] | |
|explain |![done] | |
|processAllAvailable|![done] | |
|stop |![done] | |
|id |![done] | |
|isActive |![done] | |
|lastProgress |![done] | |
Expand Down
Loading

0 comments on commit 42c88e4

Please sign in to comment.