- Consider values are zeros, do not try to parse string values. Seems this is the current behaviour
- Try to parse string values, fail with error if they are not parseable, or null, or multiple-value
- Try to parse string values, and consider values are zero if they are not parseable, or null, or multiple-value
- Do not try to parse, always fail with error
How this behaviour is chosen?
- Not chosen, always the same (current)
- Chosen on the query level
- Could be set in the node configurations
How this behaviour is chosen?