How are you currently making use of Calcite? Normally the schema information including data types is provided during initialization of the planner.
-- Michael Mior [email protected] 2018-04-20 7:13 GMT-04:00 Valli Annamalai <[email protected]>: > For optimized query plans, I have given rowCount of the table to calcite. > But still I want to add more column informations like column type/size and > so, to the metadata, so that calcite will use that also to give more > optimized plan. But how can I give those details to calcite planner? > > Thanks in advance >
