Uses of Class
org.apache.flink.table.runtime.util.WindowKey
Packages that use WindowKey
Package
Description
-
Uses of WindowKey in org.apache.flink.table.runtime.operators.aggregate.window.combines
Methods in org.apache.flink.table.runtime.operators.aggregate.window.combines with parameters of type WindowKey -
Uses of WindowKey in org.apache.flink.table.runtime.operators.deduplicate.window.combines
Methods in org.apache.flink.table.runtime.operators.deduplicate.window.combines with parameters of type WindowKey -
Uses of WindowKey in org.apache.flink.table.runtime.operators.rank.window.combines
Methods in org.apache.flink.table.runtime.operators.rank.window.combines with parameters of type WindowKey -
Uses of WindowKey in org.apache.flink.table.runtime.operators.window.tvf.combines
Methods in org.apache.flink.table.runtime.operators.window.tvf.combines with parameters of type WindowKey -
Uses of WindowKey in org.apache.flink.table.runtime.typeutils
Methods in org.apache.flink.table.runtime.typeutils that return WindowKeyModifier and TypeMethodDescriptionWindowKeySerializer.createInstance()WindowKeySerializer.deserialize(org.apache.flink.core.memory.DataInputView source) WindowKeySerializer.deserialize(WindowKey reuse, org.apache.flink.core.memory.DataInputView source) WindowKeySerializer.deserializeFromPages(org.apache.flink.runtime.memory.AbstractPagedInputView source) WindowKeySerializer.deserializeFromPages(WindowKey reuse, org.apache.flink.runtime.memory.AbstractPagedInputView source) WindowKeySerializer.mapFromPages(WindowKey reuse, org.apache.flink.runtime.memory.AbstractPagedInputView source) Methods in org.apache.flink.table.runtime.typeutils that return types with arguments of type WindowKeyModifier and TypeMethodDescriptionorg.apache.flink.api.common.typeutils.TypeSerializer<WindowKey>WindowKeySerializer.duplicate()org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<WindowKey>WindowKeySerializer.snapshotConfiguration()Methods in org.apache.flink.table.runtime.typeutils with parameters of type WindowKeyModifier and TypeMethodDescriptionWindowKeySerializer.deserialize(WindowKey reuse, org.apache.flink.core.memory.DataInputView source) WindowKeySerializer.deserializeFromPages(WindowKey reuse, org.apache.flink.runtime.memory.AbstractPagedInputView source) WindowKeySerializer.mapFromPages(WindowKey reuse, org.apache.flink.runtime.memory.AbstractPagedInputView source) voidintWindowKeySerializer.serializeToPages(WindowKey record, org.apache.flink.runtime.memory.AbstractPagedOutputView target) Actually, the return value is just for saving checkSkipReadForFixLengthPart in the mapFromPages, the cost is very small. -
Uses of WindowKey in org.apache.flink.table.runtime.util
Methods in org.apache.flink.table.runtime.util that return WindowKey