Skip to contents

Make a Transformation that computes a count of the number of unique, distinct records in data.

Usage

make_count_distinct(input_domain, input_metric, .TO = "int")

Arguments

input_domain

undocumented

input_metric

undocumented

.TO

Output Type. Must be numeric.

Value

Transformation

Details

make_count_distinct in Rust documentation.

Citations:

Supporting Elements:

  • Input Domain: VectorDomain<AtomDomain<TIA>>

  • Output Domain: AtomDomain<TO>

  • Input Metric: SymmetricDistance

  • Output Metric: AbsoluteDistance<TO>