writeIncrementalResults property

bool? writeIncrementalResults
getter/setter pair

This is only supported for SELECT query.

If set, the query is allowed to write results incrementally to the temporary result table. This may incur a performance penalty. This option cannot be used with Legacy SQL. This feature is not yet available.

Optional.

Implementation

core.bool? writeIncrementalResults;