Uses of Interface
com.databricks.sdk.service.sql.QueryHistoryService
-
Packages that use QueryHistoryService Package Description com.databricks.sdk com.databricks.sdk.service.sql -
-
Uses of QueryHistoryService in com.databricks.sdk
Methods in com.databricks.sdk with parameters of type QueryHistoryService Modifier and Type Method Description WorkspaceClient
WorkspaceClient. withQueryHistoryImpl(QueryHistoryService queryHistory)
Replace QueryHistoryAPI implementation with mock -
Uses of QueryHistoryService in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return QueryHistoryService Modifier and Type Method Description QueryHistoryService
QueryHistoryAPI. impl()
Constructors in com.databricks.sdk.service.sql with parameters of type QueryHistoryService Constructor Description QueryHistoryAPI(QueryHistoryService mock)
Constructor for mocks
-