Function range

  • Integer range filter.

    The filter matches records with a bin value in the given integer range. The filter can also be used to match for integer values within the given range that are contained with a list or map by specifying the appropriate index type.

    Parameters

    • bin: string

      The name of the bin.

    • min: number

      Lower end of the range (inclusive).

    • max: number

      Upper end of the range (inclusive).

    • OptionalindexType: indexType

      One of indexType, i.e. LIST or MAPVALUES.

    • Optionalctx: Context

      The cdt.Context of the index.

    Returns RangePredicate

    Secondary Index filter predicate, that can be applied to queries using Query#where.

MMNEPVFCICPMFPCPTTAAATR