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
