Package ru.yandex.clickhouse.response
Class ArrayByteFragment
- java.lang.Object
-
- ru.yandex.clickhouse.response.ByteFragment
-
- ru.yandex.clickhouse.response.ArrayByteFragment
-
public final class ArrayByteFragment extends ByteFragment
-
-
Field Summary
-
Fields inherited from class ru.yandex.clickhouse.response.ByteFragment
buf, len, start
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNull()static ArrayByteFragmentwrap(ByteFragment fragment)
-
-
-
Method Detail
-
wrap
public static ArrayByteFragment wrap(ByteFragment fragment)
-
isNull
public boolean isNull()
- Overrides:
isNullin classByteFragment
-
-