|
SparkseePython
6.0.2
|
Public Member Functions | |
| def | set_stream (self, stream, handler) |
| Sets a query stream handler. More... | |
| def | set_dynamic (self, name, value) |
| Sets the value for a dynamic paramater. More... | |
| def | execute (self, stmt, reiterable) |
| Executes the given statement. More... | |
| def | close (self) |
| Closes the Query instance. More... | |
| def | is_closed (self) |
| Gets if the Query instance has been closed or not. More... | |
Query class.
| def sparksee.Query.close | ( | self | ) |
Closes the Query instance.
It must be called to ensure the integrity of all data.
| def sparksee.Query.execute | ( | self, | |
| stmt, | |||
| reiterable | |||
| ) |
| def sparksee.Query.is_closed | ( | self | ) |
| def sparksee.Query.set_dynamic | ( | self, | |
| name, | |||
| value | |||
| ) |
Sets the value for a dynamic paramater.
| name | [in] Parameter name |
| value | [in] Parameter value |
1.8.11