blaze / datashape

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

ENH: Adds range types #155

Closed llllllllll closed 5 years ago

llllllllll commented 9 years ago

I wanted to add postgres RANGE types to blaze so I needed some type to represent the structure.

cpcloud commented 9 years ago

@llllllllll looks like merge conflicts. likely from my dead code cleanup pr

cpcloud commented 9 years ago

@llllllllll what is the status on this?

llllllllll commented 9 years ago

updated and rebased. The status of this was that I wrote it because I was working with range types but I decided to change the underlying implementation anyway. There is still a decent chunk of work that needs to be done in blaze and odo to work with this so I was sort of just putting it off. This can of course go into datashape before we are ready to add the support to blaze and odo because it will make it easier for us to do that later.