Which of the following cannot be used as a clustering key?
Other
Explanation:
Liquid clustering supports Date, Timestamp, TimestampNTZ, String, Integer, Long, Short, Float, Double, Decimal, and Byte.
BOOLEAN is not supported as a clustering key because it has very low cardinality and is not useful for data skipping.