BiEngineStatisticsResponse

data class BiEngineStatisticsResponse(val accelerationMode: String, val biEngineMode: String, val biEngineReasons: List<BiEngineReasonResponse>)

Constructors

Link copied to clipboard
fun BiEngineStatisticsResponse(accelerationMode: String, biEngineMode: String, biEngineReasons: List<BiEngineReasonResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies which mode of BI Engine acceleration was performed (if any).

Link copied to clipboard

Specifies which mode of BI Engine acceleration was performed (if any).

Link copied to clipboard

In case of DISABLED or PARTIAL bi_engine_mode, these contain the explanatory reasons as to why BI Engine could not accelerate. In case the full query was accelerated, this field is not populated.