simplifyType

open fun simplifyType(intermediateType: IntermediateType): IntermediateType

Enables a dialect to simplify a pure SQLDelight Intermediate Type into something the dialect can deal with natively. (ie Integer AS Boolean in SQLite can be handled without an adapter).