columns property

List<String> columns
final

Full ordered list of indexed columns. For single-column indexes this is [column]; multi-column index DDL fills in every key column so it can be preserved through file-format round-trips.

Implementation

final List<String> columns;