Package com.alibaba.graphscope.column
Class DoubleColumn_cxx_0xf7fc074
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.column.IColumn_cxx_0x53d1b253
-
- com.alibaba.graphscope.column.DoubleColumn_cxx_0xf7fc074
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer,FFIType,DoubleColumn<ArrowProjectedFragment<Long,Long,Double,Long>>,IColumn,Serializable
public class DoubleColumn_cxx_0xf7fc074 extends IColumn_cxx_0x53d1b253 implements DoubleColumn<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 DoubleColumn_cxx_0xf7fc074(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleat(Vertex<Long> arg0)GSVertexArray<Double>data()booleanequals(Object o)inthashCode()com.alibaba.fastffi.FFIByteStringname()static doublenativeAt(long ptr, long arg00)static @com.alibaba.fastffi.CXXReference,@com.alibaba.fastffi.FFITypeAlias("gs::VertexArrayDefault<double>") longnativeData(long ptr)static @com.alibaba.fastffi.CXXValue longnativeName(long ptr, long rv_base)static voidnativeSet(long ptr, long arg00, double arg11)static voidnativeSetName(long ptr, long arg00)voidset(Vertex<Long> arg0, double arg1)voidsetName(com.alibaba.fastffi.FFIByteString arg0)StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classIColumn_cxx_0x53d1b253
-
hashCode
public int hashCode()
- Overrides:
hashCodein classIColumn_cxx_0x53d1b253
-
toString
public String toString()
- Overrides:
toStringin classIColumn_cxx_0x53d1b253
-
at
public double at(Vertex<Long> arg0)
- Specified by:
atin interfaceDoubleColumn<ArrowProjectedFragment<Long,Long,Double,Long>>
-
nativeAt
public static double nativeAt(long ptr, long arg00)
-
data
public GSVertexArray<Double> data()
- Specified by:
datain interfaceDoubleColumn<ArrowProjectedFragment<Long,Long,Double,Long>>
-
nativeData
public static @com.alibaba.fastffi.CXXReference,@com.alibaba.fastffi.FFITypeAlias("gs::VertexArrayDefault<double>") long nativeData(long ptr)
-
name
public com.alibaba.fastffi.FFIByteString name()
- Specified by:
namein interfaceIColumn- Overrides:
namein classIColumn_cxx_0x53d1b253
-
nativeName
public static @com.alibaba.fastffi.CXXValue long nativeName(long ptr, long rv_base)
-
set
public void set(Vertex<Long> arg0, double arg1)
- Specified by:
setin interfaceDoubleColumn<ArrowProjectedFragment<Long,Long,Double,Long>>
-
nativeSet
public static void nativeSet(long ptr, long arg00, double arg11)
-
setName
public void setName(com.alibaba.fastffi.FFIByteString arg0)
- Specified by:
setNamein interfaceIColumn- Overrides:
setNamein classIColumn_cxx_0x53d1b253
-
nativeSetName
public static void nativeSetName(long ptr, long arg00)
-
-