Package com.alibaba.graphscope.ds
Class EdgeDataColumn_cxx_0xcabe3c5f
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.EdgeDataColumn_cxx_0xcabe3c5f
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer,FFIType,EdgeDataColumn<Integer>,Serializable
public class EdgeDataColumn_cxx_0xcabe3c5f extends FFIPointerImpl implements EdgeDataColumn<Integer>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intHASH_SHIFTstatic intSIZE-
Fields inherited from class com.alibaba.fastffi.FFIPointerImpl
address
-
-
Constructor Summary
Constructors Constructor Description EdgeDataColumn_cxx_0xcabe3c5f(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Integerget(PropertyNbrUnit<Long> arg0)inthashCode()static @com.alibaba.fastffi.CXXValue intnativeGet(long ptr, long arg00)StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
get
public Integer get(PropertyNbrUnit<Long> arg0)
- Specified by:
getin interfaceEdgeDataColumn<Integer>
-
nativeGet
public static @com.alibaba.fastffi.CXXValue int nativeGet(long ptr, long arg00)
-
-