interface ComputeEngineStats {
    expressions: null | Set<BoxedExpression>;
    highwaterMark: number;
    symbols: Set<BoxedExpression>;
}

Properties

expressions: null | Set<BoxedExpression>
highwaterMark: number