Class Lattice.Measure

java.lang.Object
org.apache.calcite.materialize.Lattice.Measure
All Implemented Interfaces:
Comparable<Lattice.Measure>
Enclosing class:
Lattice

public static class Lattice.Measure extends Object implements Comparable<Lattice.Measure>
A measure within a Lattice.

It is immutable.

Examples: SUM(products.weight), COUNT() (means "COUNT(*")), COUNT(DISTINCT customer.id).