Cleanup Tuple to allow self-typing.
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Wed, 13 Jul 2022 04:04:20 +0000 (14:04 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Wed, 13 Jul 2022 04:04:20 +0000 (14:04 +1000)
commit58de9483c458a25a691d648ce13b81227c327d03
tree4a89d7b48b2f40bd9193ef9cb126e8cbcd311716
parente938f8c45fd191d96da48f65262e4efcfada7805
Cleanup Tuple to allow self-typing.
17 files changed:
tests/example-relation.c
tests/relationtests.c
vector/BindingTable.c
vector/BindingTable.h
vector/HashVector.c
vector/HashVector.h
vector/Makefile
vector/Query.c
vector/Query.h
vector/QueryCallbacks.h [new file with mode: 0644]
vector/Relation.c
vector/Relation.h
vector/Tuple.c [new file with mode: 0644]
vector/Tuple.h [new file with mode: 0644]
vector/TupleSchema.c
vector/TupleSchema.h
vector/Vector.c