Uses of Enum
org.apache.flink.types.RowKind
Packages that use RowKind
Package
Description
-
Uses of RowKind in org.apache.flink.table.connector
Methods in org.apache.flink.table.connector that return types with arguments of type RowKindMethods in org.apache.flink.table.connector with parameters of type RowKindModifier and TypeMethodDescriptionChangelogMode.Builder.addContainedKind(RowKind kind) booleanbooleanChangelogMode.containsOnly(RowKind kind) -
Uses of RowKind in org.apache.flink.table.data
Methods in org.apache.flink.table.data that return RowKindModifier and TypeMethodDescriptionRowData.getRowKind()Returns the kind of change that this row describes in a changelog.Methods in org.apache.flink.table.data with parameters of type RowKindModifier and TypeMethodDescriptionvoidRowData.setRowKind(RowKind kind) Sets the kind of change that this row describes in a changelog. -
Uses of RowKind in org.apache.flink.table.runtime.functions
Methods in org.apache.flink.table.runtime.functions with parameters of type RowKindModifier and TypeMethodDescriptionvoidProcessTableFunctionTestHarness.processElement(RowKind rowKind, Object... values) Process a single element with a specific RowKind.voidProcessTableFunctionTestHarness.processElementForTable(String tableArgument, RowKind rowKind, Object... values) Process a single element for a specific table argument with RowKind. -
Uses of RowKind in org.apache.flink.types
Methods in org.apache.flink.types that return RowKindModifier and TypeMethodDescriptionstatic RowKindRowKind.fromByteValue(byte value) Creates aRowKindfrom the given byte value.Row.getKind()Returns the kind of change that this row describes in a changelog.static RowKindReturns the enum constant of this type with the specified name.static RowKind[]RowKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.types with parameters of type RowKindModifier and TypeMethodDescriptionstatic RowCreates a fixed-length row in position-based field mode with given kind and assigns the given values to the row's fields.voidSets the kind of change that this row describes in a changelog.static RowCreates a variable-length row in name-based field mode.static RowRow.withPositions(RowKind kind, int arity) Creates a fixed-length row in position-based field mode.Constructors in org.apache.flink.types with parameters of type RowKind