Hi,
What is the proper way of adding a different type to calcite or is it possible? I mean suppose my storage layer returning joda DateTime object and i want to behave it as if it is a java.sql.Timestamp object or as a native type which is supported by calcite without converting it with a UDF.
