Type alias EdgeIndexDescription

EdgeIndexDescription: IndexDescriptionType<"edge", ["_from", "_to"], {
    selectivityEstimate: number;
}>

An object representing an edge index.

Type declaration

  • selectivityEstimate: number