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