DatascanDataProfileResultProfileFieldProfile

Constructors

constructor(distinctRatio: Int? = null, doubleProfiles: List<DatascanDataProfileResultProfileFieldProfileDoubleProfile>? = null, integerProfiles: List<DatascanDataProfileResultProfileFieldProfileIntegerProfile>? = null, nullRatio: Int? = null, stringProfiles: List<DatascanDataProfileResultProfileFieldProfileStringProfile>? = null, topNValues: DatascanDataProfileResultProfileFieldProfileTopNValues? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val distinctRatio: Int? = null

Ratio of rows with distinct values against total scanned rows. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.

Link copied to clipboard

(Output) Double type field information. Structure is documented below.

Link copied to clipboard

(Output) Integer type field information. Structure is documented below.

Link copied to clipboard
val nullRatio: Int? = null

(Output) Ratio of rows with null value against total scanned rows.

Link copied to clipboard

(Output) String type field information. Structure is documented below.

Link copied to clipboard

The list of top N non-null values and number of times they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode. Structure is documented below.