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,StringView,StringView>,StdString>
FFIVertexDataContext_cxx_0xa8eea4eaFactory. INSTANCE
Methods in com.alibaba.graphscope.context.ffi that return types with arguments of type StdString Modifier and Type Method Description FFIVertexDataContext<ArrowProjectedFragment<Long,Long,StringView,StringView>,StdString>
FFIVertexDataContext_cxx_0xa8eea4eaFactory. create(ArrowProjectedFragment<Long,Long,StringView,StringView> arg0, boolean arg1)
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. INSTANCE
Methods in com.alibaba.graphscope.ds that return StdString Modifier and Type Method Description StdString
GSVertexArray_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 void
GSVertexArray_cxx_0x146265ce. init(VertexRange<Long> arg0, StdString arg1)
void
GSVertexArray_cxx_0x146265ce. setValue(Vertex<Long> arg0, StdString arg1)
void
GSVertexArray_cxx_0x146265ce. setValue(VertexRange<Long> arg0, StdString arg1)
void
GSVertexArray_cxx_0x146265ce. setValue(StdString arg0)
Method parameters in com.alibaba.graphscope.ds with type arguments of type StdString Modifier and Type Method Description void
GSVertexArray_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 class
StdString_cxx_0xcec1e274
Methods in com.alibaba.graphscope.stdcxx that return StdString Modifier and Type Method Description StdString
StdString_cxx_0xcec1e274. append(StdString rhs)
StdString
StdString. append(StdString rhs)
StdString
StdString_cxx_0xcec1e274Factory. create()
StdString
StdString_cxx_0xcec1e274Factory. create(StdString string)
StdString
StdString.Factory. create()
StdString
StdString.Factory. create(StdString string)
default StdString
StdString.Factory. create(String string)
StdString
StdString_cxx_0xcec1e274. substr(long pos, long len)
default StdString
StdString. substr(long pos)
StdString
StdString. substr(long pos, long len)
Methods in com.alibaba.graphscope.stdcxx with parameters of type StdString Modifier and Type Method Description StdString
StdString_cxx_0xcec1e274. append(StdString rhs)
StdString
StdString. append(StdString rhs)
int
StdString_cxx_0xcec1e274. compare(StdString str)
int
StdString. compare(StdString str)
StdString
StdString_cxx_0xcec1e274Factory. create(StdString string)
StdString
StdString.Factory. create(StdString string)
long
StdString_cxx_0xcec1e274. find(StdString str, long pos)
default long
StdString. find(StdString str)
long
StdString. find(StdString str, long pos)
long
StdString_cxx_0xcec1e274. find_first_of(StdString str, long pos)
default long
StdString. find_first_of(StdString str)
long
StdString. find_first_of(StdString str, long pos)
long
StdString_cxx_0xcec1e274. find_last_of(StdString str, long pos)
default long
StdString. find_last_of(StdString str)
long
StdString. find_last_of(StdString str, long pos)
-