# APL Set Statement

Tola Ore-Aruwaji  
Developer Relations Engineer

Ted Gould  
Principal Engineer

Marty Schoch  
Principal Eng / Eng Manager

November 16, 2022

To make APL Queries easier to work with we now support **Query Options** like `strict types` to silently enable type hinting for compatible data types behind the scenes.

For example, in normal operation, a field containing a mix of `floats` and `integers` can be worked with as if they are all numbers. However, there are times where you want to disable all such conversions, and then `strict types` query option lets you do this.

[Learn more about APL Set Statement](/content/docs/apl/query-statement/set-statement/index.html)
