Package com.alibaba.graphscope.column
Class IntColumn_cxx_0xb238b3ae
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.column.IntColumn_cxx_0xb238b3ae
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer,FFIType,IntColumn<ArrowProjectedFragment<Long,Long,Double,Long>>,Serializable
public class IntColumn_cxx_0xb238b3ae extends FFIPointerImpl implements IntColumn<ArrowProjectedFragment<Long,Long,Double,Long>>
- 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 IntColumn_cxx_0xb238b3ae(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleat(Vertex<Long> arg0)GSVertexArray<Integer>data()booleanequals(Object o)inthashCode()static doublenativeAt(long ptr, long arg00)static @com.alibaba.fastffi.CXXReference,@com.alibaba.fastffi.FFITypeAlias("gs::VertexArrayDefault<int32_t>") longnativeData(long ptr)static voidnativeSet(long ptr, long arg00, int arg11)voidset(Vertex<Long> arg0, int arg1)StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
nativeAt
public static double nativeAt(long ptr, long arg00)
-
data
public GSVertexArray<Integer> data()
-
nativeData
public static @com.alibaba.fastffi.CXXReference,@com.alibaba.fastffi.FFITypeAlias("gs::VertexArrayDefault<int32_t>") long nativeData(long ptr)
-
nativeSet
public static void nativeSet(long ptr, long arg00, int arg11)
-
-