Uses of Class
ru.yandex.clickhouse.response.ByteFragment
-
Packages that use ByteFragment Package Description ru.yandex.clickhouse.response ru.yandex.clickhouse.response.parser ru.yandex.clickhouse.util -
-
Uses of ByteFragment in ru.yandex.clickhouse.response
Subclasses of ByteFragment in ru.yandex.clickhouse.response Modifier and Type Class Description classArrayByteFragmentFields in ru.yandex.clickhouse.response declared as ByteFragment Modifier and Type Field Description protected ByteFragmentClickHouseResultSet. nextLineprotected ByteFragment[]ClickHouseResultSet. valuesMethods in ru.yandex.clickhouse.response that return ByteFragment Modifier and Type Method Description static ByteFragmentByteFragment. fromString(String str)ByteFragment[]ClickHouseResultSet. getValues()Deprecated.prefer to use regular JDBC API to retrieve the resultsByteFragmentStreamSplitter. next()ByteFragment[]ByteFragment. split(byte sep)ByteFragmentByteFragment. subseq(int start, int len)Methods in ru.yandex.clickhouse.response with parameters of type ByteFragment Modifier and Type Method Description static ArrayByteFragmentArrayByteFragment. wrap(ByteFragment fragment)Constructors in ru.yandex.clickhouse.response with parameters of type ByteFragment Constructor Description StreamSplitter(ByteFragment bf, byte sep) -
Uses of ByteFragment in ru.yandex.clickhouse.response.parser
Methods in ru.yandex.clickhouse.response.parser with parameters of type ByteFragment Modifier and Type Method Description abstract TClickHouseValueParser. parse(ByteFragment value, ClickHouseColumnInfo columnInfo, TimeZone timeZone)Parses the supplied byte fragmentvalueusing meta data contained incolumnInfo.static booleanClickHouseValueParser. parseBoolean(ByteFragment value, ClickHouseColumnInfo columnInfo)static doubleClickHouseValueParser. parseDouble(ByteFragment value, ClickHouseColumnInfo columnInfo)static floatClickHouseValueParser. parseFloat(ByteFragment value, ClickHouseColumnInfo columnInfo)static intClickHouseValueParser. parseInt(ByteFragment value, ClickHouseColumnInfo columnInfo)static longClickHouseValueParser. parseLong(ByteFragment value, ClickHouseColumnInfo columnInfo)static shortClickHouseValueParser. parseShort(ByteFragment value, ClickHouseColumnInfo columnInfo)TClickHouseValueParser. parseWithDefault(ByteFragment value, ClickHouseColumnInfo columnInfo, TimeZone resultTimeZone)Parses the supplied byte fragmentvalueusing meta data contained incolumnInfo. -
Uses of ByteFragment in ru.yandex.clickhouse.util
Methods in ru.yandex.clickhouse.util with parameters of type ByteFragment Modifier and Type Method Description static intClickHouseArrayUtil. getArrayLength(ByteFragment value)static ObjectClickHouseArrayUtil. parseArray(ByteFragment value, boolean useObjects, TimeZone timeZone, int arrayLevel, Class<?> elementClass, ClickHouseColumnInfo columnInfo)static ObjectClickHouseArrayUtil. parseArray(ByteFragment value, boolean useObjects, TimeZone timeZone, ClickHouseColumnInfo columnInfo)
-