blaze / datashape

Language defining a data description protocol
BSD 2-Clause "Simplified" License
183 stars 65 forks source link

Add decimal to maxtype inference #202

Closed cpcloud closed 8 years ago

llllllllll commented 8 years ago

Should we just put Decimal in the numeric typeset?

cpcloud commented 8 years ago

We could do that, but we'd have to make TypeSets know about inheritance relationships for parameterized types

cpcloud commented 8 years ago

Also, the maximum type is computed via itemsize, and I'm not sure what that means for a decimal.

llllllllll commented 8 years ago

Okay, that makes sense