Type alias MdiPrefixedIndex
MdiPrefixedIndex: GenericIndex & { estimates: boolean; fieldValueTypes: "double"; fields: string[]; prefixFields: string[]; selectivityEstimate: number; type: "mdi-prefixed"; } Type declaration
estimates: boolean
fieldValueTypes: "double"
fields: string[]
prefixFields: string[]
selectivityEstimate: number
type: "mdi-prefixed"
An object representing a prefixed MDI index.