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 interfaceStringTypedArray.Factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringViewget(long index)@com.alibaba.fastffi.FFINameAlias("GetLength") longgetLength()@com.alibaba.fastffi.FFINameAlias("GetRawData") longgetRawData()@com.alibaba.fastffi.FFINameAlias("GetRawDataLength") longgetRawDataLength()
-
-
-
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:
getLengthin interfaceBaseTypedArray<StringView>
-
-