accelerationMode property
Specifies which mode of BI Engine acceleration was performed (if any).
Output only. Possible string values are:
- "BI_ENGINE_ACCELERATION_MODE_UNSPECIFIED" : BiEngineMode type not specified.
- "BI_ENGINE_DISABLED" : BI Engine acceleration was attempted but disabled. bi_engine_reasons specifies a more detailed reason.
- "PARTIAL_INPUT" : Some inputs were accelerated using BI Engine. See bi_engine_reasons for why parts of the query were not accelerated.
- "FULL_INPUT" : All of the query inputs were accelerated using BI Engine.
- "FULL_QUERY" : All of the query was accelerated using BI Engine.
Implementation
core.String? accelerationMode;