public static final class PythonTypeUtils.RowDataDataConverter extends PythonTypeUtils.DataConverter<RowData,Object[]>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object[] |
toExternal(RowData value) |
RowData |
toInternal(Object[] value) |
public RowData toInternal(Object[] value)
toInternal
in class PythonTypeUtils.DataConverter<RowData,Object[]>
public Object[] toExternal(RowData value)
toExternal
in class PythonTypeUtils.DataConverter<RowData,Object[]>
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.