mirror of
https://github.com/minio/minio.git
synced 2024-04-21 12:41:46 +00:00
String x might contain trimming spaces. And it needs to be trimmed. For example, in csv files, there might be trimming spaces in a field that ought to meet a query condition that contains the value without trimming spaces. This applies to both intCast and floatCast functions.