flattenResults property

bool? flattenResults
getter/setter pair

If true and query uses legacy SQL dialect, flattens all nested and repeated fields in the query results.

allowLargeResults must be true if this is set to false. For GoogleSQL queries, this flag is ignored and results are never flattened.

Optional.

Implementation

core.bool? flattenResults;