Uses of Package
org.apache.flink.table.runtime.keyselector
Packages that use org.apache.flink.table.runtime.keyselector
Package
Description
-
-
Classes in org.apache.flink.table.runtime.keyselector used by org.apache.flink.table.runtime.keyselectorClassDescriptionA utility class which key is always empty no matter what the input row is.A KeySelector which will extract key from RowData.RowDataKeySelector takes an RowData and extracts the deterministic key for the RowData.
-
Classes in org.apache.flink.table.runtime.keyselector used by org.apache.flink.table.runtime.operators.aggregate.windowClassDescriptionRowDataKeySelector takes an RowData and extracts the deterministic key for the RowData.
-
Classes in org.apache.flink.table.runtime.keyselector used by org.apache.flink.table.runtime.operators.rankClassDescriptionRowDataKeySelector takes an RowData and extracts the deterministic key for the RowData.
-
Classes in org.apache.flink.table.runtime.keyselector used by org.apache.flink.table.runtime.operators.rank.asyncClassDescriptionRowDataKeySelector takes an RowData and extracts the deterministic key for the RowData.
-
Classes in org.apache.flink.table.runtime.keyselector used by org.apache.flink.table.runtime.operators.rank.windowClassDescriptionRowDataKeySelector takes an RowData and extracts the deterministic key for the RowData.
-
Classes in org.apache.flink.table.runtime.keyselector used by org.apache.flink.table.runtime.operators.rank.window.combinesClassDescriptionRowDataKeySelector takes an RowData and extracts the deterministic key for the RowData.
-
Classes in org.apache.flink.table.runtime.keyselector used by org.apache.flink.table.runtime.partitionerClassDescriptionRowDataKeySelector takes an RowData and extracts the deterministic key for the RowData.