Hi, We wrote some table function in H2GIS. However H2 always do multiple cache files of our generated resultset. The function org.h2.expression.JavaFunction#isFast return always False. What about creating an optional parameter FAST ?
create alias MYTABLEFUNCTION FAST FOR "org.mycompany.myclass.tablefunction"; If Fast is not specified then org.h2.expression.JavaFunction#isFast return False. What do you think about it ? Thank you Regards, PS: I have also a patch proposition in issues. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
