Object
org.apache.spark.sql.connector.catalog.index.TableIndex

@Evolving public final class TableIndex extends Object
Index in a table
Since:
3.3.0
  • Constructor Details

  • Method Details

    • indexName

      public String indexName()
      Returns:
      the Index name.
    • indexType

      public String indexType()
      Returns:
      the indexType of this Index.
    • columns

      public NamedReference[] columns()
      Returns:
      the column(s) this Index is on. Could be multi columns (a multi-column index).
    • columnProperties

      public Map<NamedReference,Properties> columnProperties()
      Returns:
      the map of column and column property map.
    • properties

      public Properties properties()
      Returns the index properties.