Package com.alibaba.graphscope.ds
Class EdgeDataColumn_cxx_0x7bc33b49
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.EdgeDataColumn_cxx_0x7bc33b49
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer,FFIType,EdgeDataColumn<Double>,Serializable
public class EdgeDataColumn_cxx_0x7bc33b49 extends FFIPointerImpl implements EdgeDataColumn<Double>
- 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_0x7bc33b49(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Doubleget(PropertyNbrUnit<Long> arg0)inthashCode()static @com.alibaba.fastffi.CXXValue doublenativeGet(long ptr, long arg00)StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
get
public Double get(PropertyNbrUnit<Long> arg0)
- Specified by:
getin interfaceEdgeDataColumn<Double>
-
nativeGet
public static @com.alibaba.fastffi.CXXValue double nativeGet(long ptr, long arg00)
-
-