@Internal public class ArrayLongArrayConverter extends Object implements DataStructureConverter<ArrayData,long[]>
ArrayType
of long[]
external type.Constructor and Description |
---|
ArrayLongArrayConverter() |
Modifier and Type | Method and Description |
---|---|
long[] |
toExternal(ArrayData internal)
Converts to external data structure.
|
ArrayData |
toInternal(long[] external)
Converts to internal data structure.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
open, toExternalOrNull, toInternalOrNull
public ArrayData toInternal(long[] external)
DataStructureConverter
Note: Parameter must not be null. Output must not be null.
toInternal
in interface DataStructureConverter<ArrayData,long[]>
public long[] toExternal(ArrayData internal)
DataStructureConverter
Note: Parameter must not be null. Output must not be null.
toExternal
in interface DataStructureConverter<ArrayData,long[]>
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.