Package com.alibaba.graphscope.column
Class IColumn_cxx_0x53d1b253
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.column.IColumn_cxx_0x53d1b253
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,IColumn
,Serializable
- Direct Known Subclasses:
DoubleColumn_cxx_0x26811983
,DoubleColumn_cxx_0x3264d94b
,DoubleColumn_cxx_0xf7fc074
public class IColumn_cxx_0x53d1b253 extends FFIPointerImpl implements IColumn
- 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 IColumn_cxx_0x53d1b253(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
com.alibaba.fastffi.FFIByteString
name()
static @com.alibaba.fastffi.CXXValue long
nativeName(long ptr, long rv_base)
static void
nativeSetName(long ptr, long name0)
void
setName(com.alibaba.fastffi.FFIByteString name)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-