Class BinaryStreamReader.ArrayValue
java.lang.Object
com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.ArrayValue
- Enclosing class:
- BinaryStreamReader
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ArrayValue
-
-
Method Details
-
length
public int length() -
get
-
set
-
append
-
asList
-
getArray
Returns internal array. This method is only useful to work with array of primitives (int[], boolean[]). Otherwise usegetArrayOfObjects()- Returns:
-
getArrayOfObjects
Returns array of objects. If item type is primitive then all elements will be converted into objects.- Returns:
-