Uses of Interface
com.alibaba.graphscope.stdcxx.StdString
-
Packages that use StdString Package Description com.alibaba.graphscope.context.ffi com.alibaba.graphscope.ds com.alibaba.graphscope.stdcxx -
-
Uses of StdString in com.alibaba.graphscope.context.ffi
Fields in com.alibaba.graphscope.context.ffi with type parameters of type StdString Modifier and Type Field Description static FFIVertexDataContext.Factory<ArrowProjectedFragment<Long,Long,String,Long>,StdString>FFIVertexDataContext_cxx_0x67326c98Factory. INSTANCEstatic FFIVertexDataContext.Factory<ArrowProjectedFragment<Long,Long,StringView,StringView>,StdString>FFIVertexDataContext_cxx_0xa8eea4eaFactory. INSTANCEMethods in com.alibaba.graphscope.context.ffi that return types with arguments of type StdString Modifier and Type Method Description FFIVertexDataContext<ArrowProjectedFragment<Long,Long,String,Long>,StdString>FFIVertexDataContext_cxx_0x67326c98Factory. create(ArrowProjectedFragment<Long,Long,String,Long> arg0, boolean arg1)FFIVertexDataContext<ArrowProjectedFragment<Long,Long,StringView,StringView>,StdString>FFIVertexDataContext_cxx_0xa8eea4eaFactory. create(ArrowProjectedFragment<Long,Long,StringView,StringView> arg0, boolean arg1)GSVertexArray<StdString>FFIVertexDataContext_cxx_0x67326c98. data()GSVertexArray<StdString>FFIVertexDataContext_cxx_0xa8eea4ea. data() -
Uses of StdString in com.alibaba.graphscope.ds
Fields in com.alibaba.graphscope.ds with type parameters of type StdString Modifier and Type Field Description static GSVertexArray.Factory<StdString>GSVertexArray_cxx_0x146265ceFactory. INSTANCEMethods in com.alibaba.graphscope.ds that return StdString Modifier and Type Method Description StdStringGSVertexArray_cxx_0x146265ce. get(Vertex<Long> arg0)Methods in com.alibaba.graphscope.ds that return types with arguments of type StdString Modifier and Type Method Description GSVertexArray<StdString>GSVertexArray_cxx_0x146265ceFactory. create()Methods in com.alibaba.graphscope.ds with parameters of type StdString Modifier and Type Method Description voidGSVertexArray_cxx_0x146265ce. init(VertexRange<Long> arg0, StdString arg1)voidGSVertexArray_cxx_0x146265ce. setValue(Vertex<Long> arg0, StdString arg1)voidGSVertexArray_cxx_0x146265ce. setValue(VertexRange<Long> arg0, StdString arg1)voidGSVertexArray_cxx_0x146265ce. setValue(StdString arg0)Method parameters in com.alibaba.graphscope.ds with type arguments of type StdString Modifier and Type Method Description voidGSVertexArray_cxx_0x146265ce. swap(GSVertexArray<StdString> arg0) -
Uses of StdString in com.alibaba.graphscope.stdcxx
Classes in com.alibaba.graphscope.stdcxx that implement StdString Modifier and Type Class Description classStdString_cxx_0xcec1e274Methods in com.alibaba.graphscope.stdcxx that return StdString Modifier and Type Method Description StdStringStdString_cxx_0xcec1e274. append(StdString rhs)StdStringStdString. append(StdString rhs)StdStringStdString_cxx_0xcec1e274Factory. create()StdStringStdString_cxx_0xcec1e274Factory. create(StdString string)StdStringStdString.Factory. create()StdStringStdString.Factory. create(StdString string)default StdStringStdString.Factory. create(String string)StdStringStdString_cxx_0xcec1e274. substr(long pos, long len)default StdStringStdString. substr(long pos)StdStringStdString. substr(long pos, long len)Methods in com.alibaba.graphscope.stdcxx with parameters of type StdString Modifier and Type Method Description StdStringStdString_cxx_0xcec1e274. append(StdString rhs)StdStringStdString. append(StdString rhs)intStdString_cxx_0xcec1e274. compare(StdString str)intStdString. compare(StdString str)StdStringStdString_cxx_0xcec1e274Factory. create(StdString string)StdStringStdString.Factory. create(StdString string)longStdString_cxx_0xcec1e274. find(StdString str, long pos)default longStdString. find(StdString str)longStdString. find(StdString str, long pos)longStdString_cxx_0xcec1e274. find_first_of(StdString str, long pos)default longStdString. find_first_of(StdString str)longStdString. find_first_of(StdString str, long pos)longStdString_cxx_0xcec1e274. find_last_of(StdString str, long pos)default longStdString. find_last_of(StdString str)longStdString. find_last_of(StdString str, long pos)
-