Class Unit

java.lang.Object
org.apache.calcite.runtime.Unit
All Implemented Interfaces:
Comparable<Unit>

public class Unit extends Object implements Comparable<Unit>
Synthetic record with zero fields.

Since all instances are identical, Unit is a singleton.