Interface RowDataConverter<T>

Type Parameters:
T - output type
All Superinterfaces:
Function<org.apache.flink.table.data.RowData,T>, org.apache.flink.api.java.typeutils.ResultTypeQueryable<T>, Serializable
All Known Implementing Classes:
AvroGenericRecordConverter

public interface RowDataConverter<T> extends Function<org.apache.flink.table.data.RowData,T>, org.apache.flink.api.java.typeutils.ResultTypeQueryable<T>, Serializable
Convert RowData to a different output type.
  • Method Summary

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose

    Methods inherited from interface org.apache.flink.api.java.typeutils.ResultTypeQueryable

    getProducedType