Package com.alibaba.graphscope.column
Class DoubleColumn_cxx_0x26811983
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.column.IColumn_cxx_0x53d1b253
-
- com.alibaba.graphscope.column.DoubleColumn_cxx_0x26811983
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,DoubleColumn<ArrowFragment<Long>>
,IColumn
,Serializable
public class DoubleColumn_cxx_0x26811983 extends IColumn_cxx_0x53d1b253 implements DoubleColumn<ArrowFragment<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 DoubleColumn_cxx_0x26811983(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double
at(Vertex<Long> arg0)
GSVertexArray<Double>
data()
boolean
equals(Object o)
int
hashCode()
com.alibaba.fastffi.FFIByteString
name()
static double
nativeAt(long ptr, long arg00)
static @com.alibaba.fastffi.CXXReference,@com.alibaba.fastffi.FFITypeAlias("gs::VertexArrayDefault<double>") long
nativeData(long ptr)
static @com.alibaba.fastffi.CXXValue long
nativeName(long ptr, long rv_base)
static void
nativeSet(long ptr, long arg00, double arg11)
static void
nativeSetName(long ptr, long arg00)
void
set(Vertex<Long> arg0, double arg1)
void
setName(com.alibaba.fastffi.FFIByteString arg0)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classIColumn_cxx_0x53d1b253
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classIColumn_cxx_0x53d1b253
-
toString
public String toString()
- Overrides:
toString
in classIColumn_cxx_0x53d1b253
-
at
public double at(Vertex<Long> arg0)
- Specified by:
at
in interfaceDoubleColumn<ArrowFragment<Long>>
-
nativeAt
public static double nativeAt(long ptr, long arg00)
-
data
public GSVertexArray<Double> data()
- Specified by:
data
in interfaceDoubleColumn<ArrowFragment<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:
name
in interfaceIColumn
- Overrides:
name
in 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:
set
in interfaceDoubleColumn<ArrowFragment<Long>>
-
nativeSet
public static void nativeSet(long ptr, long arg00, double arg11)
-
setName
public void setName(com.alibaba.fastffi.FFIByteString arg0)
- Specified by:
setName
in interfaceIColumn
- Overrides:
setName
in classIColumn_cxx_0x53d1b253
-
nativeSetName
public static void nativeSetName(long ptr, long arg00)
-
-