Package com.atlan.api
Class QueriesEndpoint
java.lang.Object
com.atlan.api.AbstractEndpoint
com.atlan.api.HekaEndpoint
com.atlan.api.QueriesEndpoint
API endpoints for running SQL queries.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlan.api.AbstractEndpoint
AbstractEndpoint.RawResponse
-
Field Summary
Fields inherited from class com.atlan.api.AbstractEndpoint
client
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstream
(QueryRequest request) Runs the provided query and returns its results.stream
(QueryRequest request, RequestOptions options) Runs the provided query and returns its results.Methods inherited from class com.atlan.api.HekaEndpoint
getBaseUrl
Methods inherited from class com.atlan.api.AbstractEndpoint
getBaseUrl
-
Constructor Details
-
QueriesEndpoint
-
-
Method Details
-
stream
Runs the provided query and returns its results.- Parameters:
request
- query to run- Returns:
- results of the query
- Throws:
AtlanException
- on any issues with API communication
-
stream
Runs the provided query and returns its results.- Parameters:
request
- query to runoptions
- to override default client settings- Returns:
- results of the query
- Throws:
AtlanException
- on any issues with API communication
-