Type alias MdiIndex

MdiIndex: GenericIndex & {
    estimates: boolean;
    fieldValueTypes: "double";
    fields: string[];
    selectivityEstimate: number;
    type: "mdi";
}

An object representing a MDI index.

Type declaration

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