Package com.alibaba.graphscope.column
Interface DoubleColumn<FRAG_T>
-
- All Superinterfaces:
com.alibaba.fastffi.FFIPointer,FFIType,IColumn,Serializable
- All Known Implementing Classes:
DoubleColumn_cxx_0x26811983,DoubleColumn_cxx_0x3264d94b,DoubleColumn_cxx_0xf7fc074
public interface DoubleColumn<FRAG_T> extends IColumn
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleat(Vertex<Long> vertex)GSVertexArray<Double>data()voidset(Vertex<Long> vertex, double value)
-