Package com.alibaba.graphscope.stdcxx
Class StdSharedPtr_cxx_0x391f8641
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.stdcxx.StdSharedPtr_cxx_0x391f8641
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,StdSharedPtr<ArrowProjectedFragment<Long,Long,StringView,Long>>
,Serializable
public class StdSharedPtr_cxx_0x391f8641 extends FFIPointerImpl implements StdSharedPtr<ArrowProjectedFragment<Long,Long,StringView,Long>>
- 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 StdSharedPtr_cxx_0x391f8641(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ArrowProjectedFragment<Long,Long,StringView,Long>
get()
int
hashCode()
static long
nativeGet(long ptr)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
get
public ArrowProjectedFragment<Long,Long,StringView,Long> get()
- Specified by:
get
in interfaceStdSharedPtr<ArrowProjectedFragment<Long,Long,StringView,Long>>
-
nativeGet
public static long nativeGet(long ptr)
-
-