I - runtime interface needed by the table source@PublicEvolving public interface DecodingFormat<I> extends Format
Format for a DynamicTableSource for reading rows.| Modifier and Type | Method and Description |
|---|---|
I |
createRuntimeDecoder(DynamicTableSource.Context context,
DataType producedDataType)
Creates runtime decoder implementation that is configured to produce data of the given data type.
|
getChangelogModeI createRuntimeDecoder(DynamicTableSource.Context context, DataType producedDataType)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.