bigframes._config.ComputeOptions.allow_large_results#
- ComputeOptions.allow_large_results: bool | None = None#
Specifies whether query results can exceed 10 GB.
Defaults to False. Setting this to False (the default) restricts results to 10 GB for potentially faster execution; BigQuery will raise an error if this limit is exceeded. Setting to True removes this result size limit.
- Returns:
True if results > 10 GB are enabled.
- Return type:
bool | None