code property
High-level BI Engine reason for partial or disabled acceleration
Output only. Possible string values are:
- "CODE_UNSPECIFIED" : BiEngineReason not specified.
- "NO_RESERVATION" : No reservation available for BI Engine acceleration.
- "INSUFFICIENT_RESERVATION" : Not enough memory available for BI Engine acceleration.
- "UNSUPPORTED_SQL_TEXT" : This particular SQL text is not supported for acceleration by BI Engine.
- "INPUT_TOO_LARGE" : Input too large for acceleration by BI Engine.
- "OTHER_REASON" : Catch-all code for all other cases for partial or disabled acceleration.
- "TABLE_EXCLUDED" : One or more tables were not eligible for BI Engine acceleration.
Implementation
core.String? code;