Uses of Class
org.apache.flink.types.Row
Packages that use Row
Package
Description
-
Uses of Row in io.confluent.flink.plugin
Methods in io.confluent.flink.plugin that return types with arguments of type RowModifier and TypeMethodDescriptionConfluentTools.collectChangelog(Table table) Executes the given table transformations on Confluent Cloud and returns the results locally as a list of changelog rows.ConfluentTools.collectChangelog(Table table, int stopAfter) Executes the given table transformations on Confluent Cloud and returns the results locally as a list of changelog rows.ConfluentTools.collectChangelog(TableResult tableResult) Returns the given table results locally as a list of changelog rows.ConfluentTools.collectChangelog(TableResult tableResult, int stopAfter) Returns the given table results locally as a list of changelog rows.ConfluentTools.collectMaterialized(Table table) Executes the given table transformations on Confluent Cloud and returns the results locally as a materialized changelog.ConfluentTools.collectMaterialized(Table table, int stopAfter) Executes the given table transformations on Confluent Cloud and returns the results locally as a materialized changelog.ConfluentTools.collectMaterialized(TableResult tableResult) Returns the given results locally as a materialized changelog.ConfluentTools.collectMaterialized(TableResult tableResult, int stopAfter) Returns the given results locally as a materialized changelog. -
Uses of Row in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return types with arguments of type RowModifier and TypeMethodDescriptionTableResult.collect()Get the result contents as a closeable row iterator. -
Uses of Row in org.apache.flink.table.runtime.functions
Methods in org.apache.flink.table.runtime.functions that return RowMethods in org.apache.flink.table.runtime.functions that return types with arguments of type RowModifier and TypeMethodDescriptionProcessTableFunctionTestHarness.getKeysForState(String stateName) Get all partition keys that have a specific state entry.ProcessTableFunctionTestHarness.getOutput()Returns the collected output as full rows: atomic output wrapped into anEXPR$0column or structured output flattened into its attributes, with additional columns (partition keys, rowtime, etc.) prepended or appended as configured.ProcessTableFunctionTestHarness.getStateForAllKeys(String stateName) Get all state values for a state name across all partition keys.Methods in org.apache.flink.table.runtime.functions with parameters of type RowModifier and TypeMethodDescriptionvoidProcessTableFunctionTestHarness.clearAllStatesForKey(Row partitionKey) Clear all state for a given partition key.voidProcessTableFunctionTestHarness.clearStateForKey(String stateName, Row partitionKey) Clear specific state entry for a given partition key.ProcessTableFunctionTestHarness.getAllTimers(Row partitionKey) Returns all timers (both pending and fired) for the given partition key.ProcessTableFunctionTestHarness.getFiredTimers(Row partitionKey) Returns all fired timers for the given partition key.ProcessTableFunctionTestHarness.getPendingTimers(Row partitionKey) Returns all pending timers for the given partition key.<T> TProcessTableFunctionTestHarness.getStateForKey(String stateName, Row partitionKey) Get state for a specific partition key.voidProcessTableFunctionTestHarness.processElement(Row row) Process a single element for the default table argument.voidProcessTableFunctionTestHarness.processElementForTable(String tableArgument, Row row) Process a single element for a specific table argument.voidProcessTableFunctionTestHarness.setStateForKey(String stateName, Row partitionKey, Object state) Set state for a specific partition key.ProcessTableFunctionTestHarness.Builder.withInitialStateForKey(String stateName, Row partitionKey, Object state) Sets initial state for a state parameter. -
Uses of Row in org.apache.flink.types
Methods in org.apache.flink.types that return RowModifier and TypeMethodDescriptionstatic RowCreates a new row which is copied from another row (including itsRowKind).static RowCreates a new row with fields that are copied from the other rows and appended to the resulting row in the given order.static RowCreates a fixed-length row in position-based field mode and assigns the given values to the row's fields.static RowCreates a fixed-length row in position-based field mode with given kind and assigns the given values to the row's fields.static RowCreates a new row with projected fields and identicalRowKindfrom another row.static RowCreates a new row with projected fields and identicalRowKindfrom another row.static RowRow.withNames()Creates a variable-length row in name-based field mode.static RowCreates a variable-length row in name-based field mode.static RowRow.withPositions(int arity) Creates a fixed-length row in position-based field mode.static RowRow.withPositions(RowKind kind, int arity) Creates a fixed-length row in position-based field mode.Methods in org.apache.flink.types with parameters of type RowModifier and TypeMethodDescriptionstatic RowCreates a new row which is copied from another row (including itsRowKind).static RowCreates a new row with fields that are copied from the other rows and appended to the resulting row in the given order.static RowCreates a new row with projected fields and identicalRowKindfrom another row.static RowCreates a new row with projected fields and identicalRowKindfrom another row.