Uses of Interface
com.alibaba.graphscope.column.LongColumn
-
Packages that use LongColumn Package Description com.alibaba.graphscope.column com.alibaba.graphscope.context com.alibaba.graphscope.context.ffi com.alibaba.graphscope.stdcxx -
-
Uses of LongColumn in com.alibaba.graphscope.column
Classes in com.alibaba.graphscope.column that implement LongColumn Modifier and Type Class Description classLongColumn_cxx_0x32aa4838classLongColumn_cxx_0xa7b92176classLongColumn_cxx_0xe1bc46e9 -
Uses of LongColumn in com.alibaba.graphscope.context
Methods in com.alibaba.graphscope.context that return LongColumn Modifier and Type Method Description LongColumn<ArrowFragment<OID_T>>LabeledVertexPropertyContext. getLongColumn(int labelId, long index)LongColumn<ArrowFragment<OID_T>>LabeledVertexPropertyContext. getLongColumn(int labelId, String name)LongColumnVertexPropertyContext. getLongColumn(long index)LongColumnVertexPropertyContext. getLongColumn(String name) -
Uses of LongColumn in com.alibaba.graphscope.context.ffi
Methods in com.alibaba.graphscope.context.ffi that return types with arguments of type LongColumn Modifier and Type Method Description StdSharedPtr<LongColumn<FRAG_T>>FFILabeledVertexPropertyContext. getLongColumn(int labelId, long index)StdSharedPtr<LongColumn<FRAG_T>>FFILabeledVertexPropertyContext. getLongColumn(int labelId, com.alibaba.fastffi.FFIByteString name)StdSharedPtr<LongColumn<FRAG_T>>FFIVertexPropertyContext. getLongColumn(long index)StdSharedPtr<LongColumn<FRAG_T>>FFIVertexPropertyContext. getLongColumn(com.alibaba.fastffi.FFIByteString name) -
Uses of LongColumn in com.alibaba.graphscope.stdcxx
Methods in com.alibaba.graphscope.stdcxx that return LongColumn Modifier and Type Method Description LongColumn<ArrowProjectedFragment<Long,Long,Long,Long>>StdSharedPtr_cxx_0x54d8e783. get()LongColumn<ArrowProjectedFragment<Long,Long,Double,Long>>StdSharedPtr_cxx_0xa88e111a. get()LongColumn<ArrowFragment<Long>>StdSharedPtr_cxx_0xcabdbdeb. get()
-