Class BaseArrowArrayBuilder_cxx_0x6fa38f07
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.arrow.array.BaseArrowArrayBuilder_cxx_0x6fa38f07
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer
,com.alibaba.fastffi.FFISettablePointer
,FFIType
,BaseArrowArrayBuilder<StringView>
,Serializable
public class BaseArrowArrayBuilder_cxx_0x6fa38f07 extends FFIPointerImpl implements BaseArrowArrayBuilder<StringView>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.arrow.array.BaseArrowArrayBuilder
BaseArrowArrayBuilder.Factory<T>
-
-
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 BaseArrowArrayBuilder_cxx_0x6fa38f07(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
static long
nativeCreateFactory0()
static @com.alibaba.fastffi.FFINameAlias("Reserve"),@com.alibaba.fastffi.CXXValue long
nativeReserve(long ptr, long rv_base, long arg00)
Status
reserve(long arg0)
void
setAddress(long arg0)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
reserve
public Status reserve(long arg0)
- Specified by:
reserve
in interfaceBaseArrowArrayBuilder<StringView>
-
nativeReserve
public static @com.alibaba.fastffi.FFINameAlias("Reserve"),@com.alibaba.fastffi.CXXValue long nativeReserve(long ptr, long rv_base, long arg00)
-
setAddress
public void setAddress(long arg0)
- Specified by:
setAddress
in interfacecom.alibaba.fastffi.FFISettablePointer
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-