Class TableIndex
Object
org.apache.spark.sql.connector.catalog.index.TableIndex
Index in a table
- Since:
- 3.3.0
-
Constructor Summary
ConstructorDescriptionTableIndex
(String indexName, String indexType, NamedReference[] columns, Map<NamedReference, Properties> columnProperties, Properties properties) -
Method Summary
-
Constructor Details
-
TableIndex
public TableIndex(String indexName, String indexType, NamedReference[] columns, Map<NamedReference, Properties> columnProperties, Properties properties)
-
-
Method Details
-
indexName
- Returns:
- the Index name.
-
indexType
- Returns:
- the indexType of this Index.
-
columns
- Returns:
- the column(s) this Index is on. Could be multi columns (a multi-column index).
-
columnProperties
- Returns:
- the map of column and column property map.
-
properties
Returns the index properties.
-