Hi,
I am using Beam SQL which uses calcite. IN Beam we have logical types which
we can use for Enumeration. But looks like they did not implement
enumeration support for calcite. I want to give that support. But I could
not find the right way to implement it. In my Enumeration is a
HashMap<String,Integer>.

My question is: Does calcite support Enum types like mysql ? [1] if not
How can store metadata information such as (enum strings, beam type name
etc) for columns ?

Thanks

[1] https://dev.mysql.com/doc/refman/8.0/en/enum.html

Reply via email to