Class PrimitiveArrowArrayBuilder_cxx_0x232959b0
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.arrow.array.BaseArrowArrayBuilder_cxx_0x232959b0
-
- com.alibaba.graphscope.arrow.array.PrimitiveArrowArrayBuilder_cxx_0x232959b0
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer,com.alibaba.fastffi.FFISettablePointer,FFIType,BaseArrowArrayBuilder<Double>,PrimitiveArrowArrayBuilder<Double>,Serializable
public class PrimitiveArrowArrayBuilder_cxx_0x232959b0 extends BaseArrowArrayBuilder_cxx_0x232959b0 implements PrimitiveArrowArrayBuilder<Double>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.arrow.array.BaseArrowArrayBuilder
BaseArrowArrayBuilder.Factory<T>
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.arrow.array.PrimitiveArrowArrayBuilder
PrimitiveArrowArrayBuilder.Factory<T>
-
-
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 PrimitiveArrowArrayBuilder_cxx_0x232959b0(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DoublegetValue(long arg0)inthashCode()static longnativeCreateFactory0()static @com.alibaba.fastffi.FFINameAlias("GetValue"),@com.alibaba.fastffi.CXXReference doublenativeGetValue(long ptr, long arg00)static @com.alibaba.fastffi.FFINameAlias("Reserve"),@com.alibaba.fastffi.CXXValue longnativeReserve(long ptr, long rv_base, long arg00)static voidnativeSet(long ptr, long arg00, double arg11)static voidnativeUnsafeAppend(long ptr, double arg00)Statusreserve(long arg0)voidset(long arg0, Double arg1)voidsetAddress(long arg0)StringtoString()voidunsafeAppend(Double arg0)-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseArrowArrayBuilder_cxx_0x232959b0
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseArrowArrayBuilder_cxx_0x232959b0
-
toString
public String toString()
- Overrides:
toStringin classBaseArrowArrayBuilder_cxx_0x232959b0
-
getValue
public Double getValue(long arg0)
- Specified by:
getValuein interfacePrimitiveArrowArrayBuilder<Double>
-
nativeGetValue
public static @com.alibaba.fastffi.FFINameAlias("GetValue"),@com.alibaba.fastffi.CXXReference double nativeGetValue(long ptr, long arg00)
-
reserve
public Status reserve(long arg0)
- Specified by:
reservein interfaceBaseArrowArrayBuilder<Double>- Overrides:
reservein classBaseArrowArrayBuilder_cxx_0x232959b0
-
nativeReserve
public static @com.alibaba.fastffi.FFINameAlias("Reserve"),@com.alibaba.fastffi.CXXValue long nativeReserve(long ptr, long rv_base, long arg00)
-
set
public void set(long arg0, Double arg1)- Specified by:
setin interfacePrimitiveArrowArrayBuilder<Double>
-
nativeSet
public static void nativeSet(long ptr, long arg00, double arg11)
-
setAddress
public void setAddress(long arg0)
- Specified by:
setAddressin interfacecom.alibaba.fastffi.FFISettablePointer- Overrides:
setAddressin classBaseArrowArrayBuilder_cxx_0x232959b0
-
unsafeAppend
public void unsafeAppend(Double arg0)
- Specified by:
unsafeAppendin interfacePrimitiveArrowArrayBuilder<Double>
-
nativeUnsafeAppend
public static void nativeUnsafeAppend(long ptr, double arg00)
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-