Re: no names allowed, we serve types only
Date: Sun, 14 Feb 2010 14:22:27 -0800 (PST)
Message-ID: <2972f5f3-0ee2-445e-83d9-dd634861e946_at_d27g2000yqn.googlegroups.com>
On Feb 13, 10:53 pm, Keith H Duggar <dug..._at_alum.mit.edu> wrote:
> I'm wondering, do we really need A? Can we not simplify this
> header notion to just a set of types? All we need do then is
> supply operators to conveniently "copy" types if or when one
> needs multiples attributes of the "same" type.
I'm happy to see some activity in here again.
I also see some problems with type checking. Consider the query "SELECT * FROM Point2D WHERE X = Y". Comparison of the attributes require that they be the same type (or at least, one should be a subtype of the other). Distinguishing unnamed attributes require that they be unique types, which is the reason for copying them, but that contradicts the comparison requirement. Received on Sun Feb 14 2010 - 23:22:27 CET