Hi,

I"m currently engaging in a project trying to use Calcite.

My current problem has to do with extending the StandardConvertletTable.  I
don't see a way to use these convertlets and add some of my own.  I don't
see a "Chained" class.  I can't get a list of all current Convertlets out
of the table to instantiate them into my Convertlet (unless I knew all the
SqlCall classes?).  I can't extend StandardConvertletTable since the
constructor is private. The SqlToRelConverter constructor only takes one
convertlet table.

Is there a way that I'm missing where I can write minimal code (i.e. not
copy the ".java" file into my env), use all the Convertlets in the standard
convertlet table, and still write some new Convertlets which will be
handled?  If not, what would be the best way to add code to allow me to do
this?  My current workaround is now to copy the whole convertlet, but I
don't want that as my long term solution.

Thanks,

Reply via email to