Metreeca Keep
    Preparing search index...

    Function isScalarFlake

    • Checks whether a Flake is a scalar (non-aggregating) transform stage.

      True for a computed node whose leading pipe transform yields one value per input rather than aggregating a group, such as a year or absolute-value transform. The complement of isAggregateFlake among computed nodes. The test is local to the node.

      Parameters

      • flake: Flake

        The flake to test

      Returns boolean

      true when the node's leading transform is non-aggregating; false otherwise