Developer Docs
API Reference
Types
Schema Detection
Interfaces
Interface: FieldStatistics

web


web / lib/types/schema-detection / FieldStatistics

Interface: FieldStatistics

Properties

path

path: string


occurrences

occurrences: number


occurrencePercent

occurrencePercent: number


nullCount

nullCount: number


uniqueValues

uniqueValues: number


uniqueSamples

uniqueSamples: any[]


typeDistribution

typeDistribution: Record<string, number>


formats

formats: object

email?

optional email: number

url?

optional url: number

dateTime?

optional dateTime: number

date?

optional date: number

numeric?

optional numeric: number


numericStats?

optional numericStats: object

min

min: number

max

max: number

avg

avg: number

isInteger

isInteger: boolean


isEnumCandidate

isEnumCandidate: boolean


enumValues?

optional enumValues: object[]

value

value: any

count

count: number

percent

percent: number


geoHints?

optional geoHints: object

isLatitude

isLatitude: boolean

isLongitude

isLongitude: boolean

fieldNamePattern

fieldNamePattern: string

valueRange

valueRange: boolean


firstSeen

firstSeen: Date


lastSeen

lastSeen: Date


depth

depth: number