Package com.alibaba.graphscope.ds
Class StringTypedArray_cxx_0x5d3f85f1
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.BaseTypedArray_cxx_0x5e84f3cc
-
- com.alibaba.graphscope.ds.StringTypedArray_cxx_0x5d3f85f1
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer
,com.alibaba.fastffi.FFISettablePointer
,FFIType
,BaseTypedArray<StringView>
,StringTypedArray
,Serializable
public class StringTypedArray_cxx_0x5d3f85f1 extends BaseTypedArray_cxx_0x5e84f3cc implements StringTypedArray
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.ds.StringTypedArray
StringTypedArray.Factory
-
-
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 StringTypedArray_cxx_0x5d3f85f1(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
StringView
get(long index)
@com.alibaba.fastffi.FFINameAlias("GetLength") long
getLength()
@com.alibaba.fastffi.FFINameAlias("GetRawData") long
getRawData()
@com.alibaba.fastffi.FFINameAlias("GetRawDataLength") long
getRawDataLength()
int
hashCode()
static long
nativeCreateFactory0()
static @com.alibaba.fastffi.CXXValue long
nativeGet(long ptr, long rv_base, long index0)
static @com.alibaba.fastffi.FFINameAlias("GetLength") long
nativeGetLength(long ptr)
static @com.alibaba.fastffi.FFINameAlias("GetRawData") long
nativeGetRawData(long ptr)
static @com.alibaba.fastffi.FFINameAlias("GetRawDataLength") long
nativeGetRawDataLength(long ptr)
void
setAddress(long arg0)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classBaseTypedArray_cxx_0x5e84f3cc
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classBaseTypedArray_cxx_0x5e84f3cc
-
toString
public String toString()
- Overrides:
toString
in classBaseTypedArray_cxx_0x5e84f3cc
-
get
public StringView get(long index)
- Specified by:
get
in interfaceStringTypedArray
-
nativeGet
public static @com.alibaba.fastffi.CXXValue long nativeGet(long ptr, long rv_base, long index0)
-
getLength
public @com.alibaba.fastffi.FFINameAlias("GetLength") long getLength()
- Specified by:
getLength
in interfaceBaseTypedArray<StringView>
- Specified by:
getLength
in interfaceStringTypedArray
- Overrides:
getLength
in classBaseTypedArray_cxx_0x5e84f3cc
-
nativeGetLength
public static @com.alibaba.fastffi.FFINameAlias("GetLength") long nativeGetLength(long ptr)
-
getRawData
public @com.alibaba.fastffi.FFINameAlias("GetRawData") long getRawData()
- Specified by:
getRawData
in interfaceStringTypedArray
-
nativeGetRawData
public static @com.alibaba.fastffi.FFINameAlias("GetRawData") long nativeGetRawData(long ptr)
-
getRawDataLength
public @com.alibaba.fastffi.FFINameAlias("GetRawDataLength") long getRawDataLength()
- Specified by:
getRawDataLength
in interfaceStringTypedArray
-
nativeGetRawDataLength
public static @com.alibaba.fastffi.FFINameAlias("GetRawDataLength") long nativeGetRawDataLength(long ptr)
-
setAddress
public void setAddress(long arg0)
- Specified by:
setAddress
in interfacecom.alibaba.fastffi.FFISettablePointer
- Overrides:
setAddress
in classBaseTypedArray_cxx_0x5e84f3cc
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-