This is to implement conversion from supported BSON numeric type to a range-queryable sortable equivalent, e.g.: uint -> uint; double -> uint64; decimal128 -> bigint; etc.
this task might be done by query or server - tbd
This is to implement conversion from supported BSON numeric type to a range-queryable sortable equivalent, e.g.: uint -> uint; double -> uint64; decimal128 -> bigint; etc.
this task might be done by query or server - tbd