Class StringArrowArray_cxx_0x58f735ea
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.arrow.array.BaseArrowArray_cxx_0x58f735ea
-
- com.alibaba.graphscope.arrow.array.StringArrowArray_cxx_0x58f735ea
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,BaseArrowArray<com.alibaba.fastffi.FFIByteString>
,StringArrowArray
,Serializable
public class StringArrowArray_cxx_0x58f735ea extends BaseArrowArray_cxx_0x58f735ea implements StringArrowArray
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
HASH_SHIFT
static int
SIZE
-
Fields inherited from class com.alibaba.fastffi.FFIPointerImpl
address
-
-
Constructor Summary
Constructors Constructor Description StringArrowArray_cxx_0x58f735ea(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
com.alibaba.fastffi.FFIByteString
getString(long index)
StringView
getView(long index)
int
hashCode()
static @com.alibaba.fastffi.FFINameAlias("GetString"),@com.alibaba.fastffi.CXXValue long
nativeGetString(long ptr, long rv_base, long index0)
static @com.alibaba.fastffi.FFINameAlias("GetView"),@com.alibaba.fastffi.CXXValue long
nativeGetView(long ptr, long rv_base, long index0)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classBaseArrowArray_cxx_0x58f735ea
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classBaseArrowArray_cxx_0x58f735ea
-
toString
public String toString()
- Overrides:
toString
in classBaseArrowArray_cxx_0x58f735ea
-
getString
public com.alibaba.fastffi.FFIByteString getString(long index)
- Specified by:
getString
in interfaceStringArrowArray
-
nativeGetString
public static @com.alibaba.fastffi.FFINameAlias("GetString"),@com.alibaba.fastffi.CXXValue long nativeGetString(long ptr, long rv_base, long index0)
-
getView
public StringView getView(long index)
- Specified by:
getView
in interfaceStringArrowArray
-
nativeGetView
public static @com.alibaba.fastffi.FFINameAlias("GetView"),@com.alibaba.fastffi.CXXValue long nativeGetView(long ptr, long rv_base, long index0)
-
-