Package com.alibaba.graphscope.column
Interface LongColumn<FRAG_T>
-
- All Superinterfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,Serializable
- All Known Implementing Classes:
LongColumn_cxx_0x32aa4838
,LongColumn_cxx_0xa7b92176
,LongColumn_cxx_0xe1bc46e9
public interface LongColumn<FRAG_T> extends com.alibaba.fastffi.FFIPointer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
at(Vertex<Long> vertex)
GSVertexArray<Long>
data()
void
set(Vertex<Long> vertex, long value)
-