Uses of Interface
com.alibaba.graphscope.column.DoubleColumn
-
Packages that use DoubleColumn Package Description com.alibaba.graphscope.column com.alibaba.graphscope.context com.alibaba.graphscope.context.ffi com.alibaba.graphscope.stdcxx -
-
Uses of DoubleColumn in com.alibaba.graphscope.column
Classes in com.alibaba.graphscope.column that implement DoubleColumn Modifier and Type Class Description classDoubleColumn_cxx_0x26811983classDoubleColumn_cxx_0x3264d94bclassDoubleColumn_cxx_0xf7fc074 -
Uses of DoubleColumn in com.alibaba.graphscope.context
Methods in com.alibaba.graphscope.context that return DoubleColumn Modifier and Type Method Description DoubleColumn<ArrowFragment<OID_T>>LabeledVertexPropertyContext. getDoubleColumn(int labelId, long index)DoubleColumn<ArrowFragment<OID_T>>LabeledVertexPropertyContext. getDoubleColumn(int labelId, String name)DoubleColumn<FRAG_T>VertexPropertyContext. getDoubleColumn(long index)DoubleColumn<FRAG_T>VertexPropertyContext. getDoubleColumn(String name) -
Uses of DoubleColumn in com.alibaba.graphscope.context.ffi
Methods in com.alibaba.graphscope.context.ffi that return types with arguments of type DoubleColumn Modifier and Type Method Description StdSharedPtr<DoubleColumn<FRAG_T>>FFILabeledVertexPropertyContext. getDoubleColumn(int labelId, long index)StdSharedPtr<DoubleColumn<FRAG_T>>FFILabeledVertexPropertyContext. getDoubleColumn(int labelId, com.alibaba.fastffi.FFIByteString name)StdSharedPtr<DoubleColumn<FRAG_T>>FFIVertexPropertyContext. getDoubleColumn(long index)StdSharedPtr<DoubleColumn<FRAG_T>>FFIVertexPropertyContext. getDoubleColumn(com.alibaba.fastffi.FFIByteString name) -
Uses of DoubleColumn in com.alibaba.graphscope.stdcxx
Methods in com.alibaba.graphscope.stdcxx that return DoubleColumn Modifier and Type Method Description DoubleColumn<ArrowProjectedFragment<Long,Long,Long,Long>>StdSharedPtr_cxx_0x7b95978e. get()DoubleColumn<ArrowProjectedFragment<Long,Long,Double,Long>>StdSharedPtr_cxx_0x88c5b3af. get()DoubleColumn<ArrowFragment<Long>>StdSharedPtr_cxx_0xc5fcf0c0. get()
-