Package com.alibaba.graphscope.ds
Interface StringTypedArray
-
- All Superinterfaces:
BaseTypedArray<StringView>
,com.alibaba.fastffi.FFIPointer
,com.alibaba.fastffi.FFISettablePointer
,FFIType
,Serializable
- All Known Implementing Classes:
StringTypedArray_cxx_0x5d3f85f1
public interface StringTypedArray extends BaseTypedArray<StringView>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
StringTypedArray.Factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringView
get(long index)
@com.alibaba.fastffi.FFINameAlias("GetLength") long
getLength()
@com.alibaba.fastffi.FFINameAlias("GetRawData") long
getRawData()
@com.alibaba.fastffi.FFINameAlias("GetRawDataLength") long
getRawDataLength()
-
-
-
Method Detail
-
get
StringView get(long index)
-
getRawData
@com.alibaba.fastffi.FFINameAlias("GetRawData") long getRawData()
-
getRawDataLength
@com.alibaba.fastffi.FFINameAlias("GetRawDataLength") long getRawDataLength()
-
getLength
@com.alibaba.fastffi.FFINameAlias("GetLength") long getLength()
- Specified by:
getLength
in interfaceBaseTypedArray<StringView>
-
-