Package com.atlan.model.admin
Class QueryResponse.QueryDetails
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.QueryResponse.QueryDetails
- All Implemented Interfaces:
Serializable
- Enclosing class:
- QueryResponse
Details about a query that was run.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
QueryResponse.QueryDetails.QueryDetailsBuilder<C extends QueryResponse.QueryDetails,
B extends QueryResponse.QueryDetails.QueryDetailsBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueryResponse.QueryDetails.QueryDetailsBuilder<?,
?> builder()
protected boolean
boolean
getAsset()
Metadata about the asset used in the query, in case of any errors.TBCTBCTBCTBCTBCTBCTBCTBCColumn position of the validation error, if any.Detailed back-end error message that could be helpful for developers.TBCHow long the query took to run, in milliseconds.Elapsed time to run the query (from internal engine), in milliseconds.TBCTBCTBCTBCElapsed time to extract table metadata, in milliseconds.TBCHow the query was run.TBCTBCTBCTBCgetLine()
Line number of the query that had a validation error, if any.Name of the object that caused the validation error, if any.TBCTBCTBCHow the query was parsed prior to running.Query that was sent to the data store.TBCTBCTBCTBCTBCTBCTBCStatus of the query.Total number of results returned by the query.List of any warnings produced when running the query.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
QueryDetails
-
-
Method Details
-
builder
-
toBuilder
-
getTotalRowsStreamed
Total number of results returned by the query. -
getStatus
Status of the query. -
getParsedQuery
TBC -
getPushdownQuery
Query that was sent to the data store. -
getExecutionTime
How long the query took to run, in milliseconds. -
getSourceQueryId
TBC -
getResultOutputLocation
TBC -
getWarnings
List of any warnings produced when running the query. -
getParsingFlow
How the query was parsed prior to running. -
getHekaFlow
How the query was run. -
getS3UploadPath
TBC -
getSourceFirstConnectionTime
TBC -
getSourceFirstConnectionPercentage
TBC -
getExplainCallTimePercentage
TBC -
getInitDataSourceTime
TBC -
getInitDataSourcePercentage
TBC -
getAuthorizationTime
TBC -
getAuthorizationPercentage
TBC -
getRewriteValidationTime
TBC -
getRewriteValidationPercentage
TBC -
getExtractTableMetadataTime
Elapsed time to extract table metadata, in milliseconds. -
getExtractTableMetadataPercentage
TBC -
getExecutionTimeInternal
Elapsed time to run the query (from internal engine), in milliseconds. -
getExecutionPercentage
TBC -
getBypassQueryTime
TBC -
getBypassParsingPercentage
TBC -
getCheckInsightsEnabledTime
TBC -
getCheckInsightsEnabledPercentage
TBC -
getInitializationTime
TBC -
getInitializationPercentage
TBC -
getExtractCredentialsTime
TBC -
getExtractCredentialsPercentage
TBC -
getOverallTime
TBC -
getOverallTimePercentage
TBC -
getHekaAtlanTime
TBC -
getCalciteParsingPercentage
TBC -
getCalciteValidationPercentage
TBC -
getAsset
Metadata about the asset used in the query, in case of any errors. -
getDeveloperMessage
Detailed back-end error message that could be helpful for developers. -
getLine
Line number of the query that had a validation error, if any. -
getColumn
Column position of the validation error, if any. -
getObject
Name of the object that caused the validation error, if any. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-