xtern commented on code in PR #1434:
URL: https://github.com/apache/ignite-3/pull/1434#discussion_r1053243237
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/schema/TableDescriptor.java:
##########
@@ -109,4 +110,11 @@ default RelDataType
selectForUpdateRowType(IgniteTypeFactory factory) {
* @return Actual count of columns.
*/
int columnsCount();
+
+ /**
+ * Returns list of colocation columns of the table.
+ *
+ * @return Actual list of colocation columns.
+ */
+ List<Integer> colocationColumns();
Review Comment:
Removed from the interface, left only in the implementation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]