it looks like Operand the equivalent of sqlparser::ast::value::Value doesnt yet parse the cassandra native types https://cassandra.apache.org/doc/latest/cassandra/cql/types.html

It wont be able to differentiate between types like int and tinyint but those can be combined into a single int type
it looks like Operand the equivalent of sqlparser::ast::value::Value doesnt yet parse the cassandra native types https://cassandra.apache.org/doc/latest/cassandra/cql/types.html
It wont be able to differentiate between types like int and tinyint but those can be combined into a single int type