LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
52 stars 24 forks source link

[FRG-104] Eliminate FennelRel abstract bases #766

Open dynamobi-build opened 12 years ago

dynamobi-build commented 12 years ago

[reporter="jvs", created="Fri, 7 Apr 2006 01:36:04 -0500 (GMT-05:00)"] They just cause dithering when deciding whether to extend them or extend other abstract bases like FilterRelBase. Keep the FennelRel interface, but add the extra methods as calls to FennelRelUtil helpers. A little bit of redundancy, but better than the current state.