Class IndexDefinition
java.lang.Object
org.apache.ignite.catalog.definitions.IndexDefinition
Definition of the
CREATE INDEX
statement.-
Method Summary
-
Method Details
-
name
Returns index name.- Returns:
- Index name, or
null
if it should be autogenerated.
-
type
Returns index type.- Returns:
- Index type.
-
columns
Returns list of column references to include in the index.- Returns:
- List of column references to include in the index.
-
equals
-
hashCode
public int hashCode()
-