Package com.alibaba.graphscope.column
Interface IntColumn<FRAG_T>
-
- All Superinterfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,Serializable
- All Known Implementing Classes:
IntColumn_cxx_0x66bea13d
,IntColumn_cxx_0xb238b3ae
,IntColumn_cxx_0xe6ca4d51
public interface IntColumn<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<Integer>
data()
void
set(Vertex<Long> vertex, int value)
-