Skip to content

Commit 547d44a

Browse files
Added javadoc
1 parent 9b2ac7e commit 547d44a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extensions/iceberg/src/main/java/io/deephaven/iceberg/location/IcebergTableParquetLocationKey.java

+4
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public class IcebergTableParquetLocationKey extends ParquetTableLocationKey impl
8686
* be made, so the calling code is free to mutate the map after this call
8787
* @param readInstructions the instructions for customizations while reading
8888
* @param channelsProvider the provider for reading the file
89+
* @param sortedColumns an ordered list of columns this location is sorted by.
8990
*/
9091
public IcebergTableParquetLocationKey(
9192
@Nullable final String catalogName,
@@ -131,6 +132,9 @@ public ParquetInstructions readInstructions() {
131132
return readInstructions;
132133
}
133134

135+
/**
136+
* Get the ordered list of columns this location is sorted by.
137+
*/
134138
@NotNull
135139
List<SortColumn> sortedColumns() {
136140
return sortedColumns;

0 commit comments

Comments
 (0)