singleColumn property

bool singleColumn

Whether this query returns a single column that should be returned directly.

Implementation

bool get singleColumn =>
    matchingTable == null && nestedResults.isEmpty && columns.length == 1;