Bi Engine Statistics Response
data class BiEngineStatisticsResponse(val accelerationMode: String, val biEngineMode: String, val biEngineReasons: List<BiEngineReasonResponse>)
Constructors
Link copied to clipboard
constructor(accelerationMode: String, biEngineMode: String, biEngineReasons: List<BiEngineReasonResponse>)
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.