Executes a query on the default cluster to yield a suitably partitioned RDD whose elements are formatted by applying the given function to each row of the resulting JDBC result set.
Executes a query on the default cluster to yield a suitably partitioned RDD whose elements are formatted by applying the given function to each row of the resulting JDBC result set.
The text of a query to be executed on the cluster or the name of an existing table in the cluster to load.
The name of the integral valued column in the result set with which to further partition the query.
The lower bound of the partitioning column.
The upper bound of the partitioning column.
The number of partitions per instance to create.
Formats an element from a single row of a result set.
The results of the query in the form of a suitably partitioned RDD.
SQLException
if a database access error occurs.
JDBC to Other Databases
for more on the semantics of the column
, lo
, hi
, and partitions
parameters.
Executes a query on the default cluster to yield a suitably partitioned RDD whose elements are formatted by applying the given function to each row of the resulting JDBC result set.
Executes a query on the default cluster to yield a suitably partitioned RDD whose elements are formatted by applying the given function to each row of the resulting JDBC result set.
The text of a query to be executed on the cluster or the name of an existing table in the cluster to load.
The maximum number of factors per distinct instance to include in the factorization implicitly performed by the server, or 0 if no limit is necessary.
Formats an element from a single row of a result set.
The results of the query in the form of a suitably partitioned RDD.
SQLException
if a database access error occurs.
© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved. Privacy & Terms Guarantee Accessibility
Extends the given context with IRIS specific methods.