Type alias MdiPrefixedIndex

MdiPrefixedIndex: GenericIndex & {
    estimates: boolean;
    fieldValueTypes: "double";
    fields: string[];
    prefixFields: string[];
    selectivityEstimate: number;
    type: "mdi-prefixed";
}

An object representing a prefixed MDI index.

Type declaration

  • estimates: boolean
  • fieldValueTypes: "double"
  • fields: string[]
  • prefixFields: string[]
  • selectivityEstimate: number
  • type: "mdi-prefixed"