Package com.alibaba.graphscope.column
Class IntColumn_cxx_0xe6ca4d51
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.column.IntColumn_cxx_0xe6ca4d51
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,IntColumn<ArrowProjectedFragment<Long,Long,Long,Long>>
,Serializable
public class IntColumn_cxx_0xe6ca4d51 extends FFIPointerImpl implements IntColumn<ArrowProjectedFragment<Long,Long,Long,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 IntColumn_cxx_0xe6ca4d51(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double
at(Vertex<Long> arg0)
GSVertexArray<Integer>
data()
boolean
equals(Object o)
int
hashCode()
static double
nativeAt(long ptr, long arg00)
static @com.alibaba.fastffi.CXXReference,@com.alibaba.fastffi.FFITypeAlias("gs::VertexArrayDefault<int32_t>") long
nativeData(long ptr)
static void
nativeSet(long ptr, long arg00, int arg11)
void
set(Vertex<Long> arg0, int arg1)
String
toString()
-
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)
-
-