Experimental
Render a numeric SQL literal, validating the input is a finite JS number. Non-finite values (NaN/Infinity) throw rather than emit 'NaN' — a spatial predicate must never silently widen to an infinite envelope.
'NaN'
Render a numeric SQL literal, validating the input is a finite JS number. Non-finite values (NaN/Infinity) throw rather than emit
'NaN'— a spatial predicate must never silently widen to an infinite envelope.