public abstract static class PythonTypeUtils.DataConverter<IN,INTER,OUT> extends Object implements Serializable
Constructor and Description |
---|
DataConverter(DataFormatConverters.DataFormatConverter<IN,INTER> dataFormatConverter) |
Modifier and Type | Method and Description |
---|---|
OUT |
toExternal(RowData row,
int column) |
IN |
toInternal(OUT value) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.