Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(UnsignedByte) - Method in class com.clickhouse.data.value.UnsignedByte
-
Returns an
UnsignedBytewhose value is(this + val). - add(UnsignedInteger) - Method in class com.clickhouse.data.value.UnsignedInteger
-
Returns an
UnsignedIntegerwhose value is(this + val). - add(UnsignedLong) - Method in class com.clickhouse.data.value.UnsignedLong
-
Returns an
UnsignedLongwhose value is(this + val). - add(UnsignedShort) - Method in class com.clickhouse.data.value.UnsignedShort
-
Returns an
UnsignedShortwhose value is(this + val). - addClass(String, byte[]) - Method in class com.clickhouse.data.UnloadableClassLoader
-
Adds a generated class.
- addColumn(String, String) - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- AggregateFunction - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- aggThrow - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- allAliases - Static variable in enum com.clickhouse.data.ClickHouseDataType
-
Immutable set(sorted) for all aliases.
- allocate(int) - Method in interface com.clickhouse.data.ClickHouseArraySequence
-
Allocates an array according to given length.
- allocate(int, Class<?>) - Method in interface com.clickhouse.data.ClickHouseArraySequence
-
Allocates an array according to given arguments.
- allocate(int, Class<?>, int) - Method in interface com.clickhouse.data.ClickHouseArraySequence
-
Allocates an array according to given arguments.
- allocate(int, Class<?>, int) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- any - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- anyHeavy - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- anyLast - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- applyVariables(String, UnaryOperator<String>) - Static method in class com.clickhouse.data.ClickHouseUtils
- applyVariables(String, Map<String, String>) - Static method in class com.clickhouse.data.ClickHouseUtils
- argMax - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- argMin - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- array - Variable in class com.clickhouse.data.ClickHouseByteBuffer
- array() - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Gets byte array.
- Array - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- Arrow - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- ArrowStream - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- asArray() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as an object array.
- asArray() - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- asArray() - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- asArray() - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- asArray() - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- asArray() - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- asArray() - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- asArray(Class<E>) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- asArray(Class<T>) - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as an array.
- asArray(Class<T>) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- asArray(Class<T>) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- asArray(Class<T>) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- asArray(Class<T>) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- asArray(Class<T>) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- asAsciiString() - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Converts to ASCII string.
- asBigDecimal() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asBigDecimal() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as
BigDecimal, using default scale(usually 0). - asBigDecimal() - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- asBigDecimal() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- asBigDecimal() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- asBigDecimal(int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asBigDecimal(int) - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as
BigDecimal. - asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asBigDecimal(int) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- asBigInteger() - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Converts all bytes(little-endian) to signed big integer.
- asBigInteger() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as
BigInteger. - asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseByteValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseDateValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseLongValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseShortValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asBigInteger() - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- asBigIntegerArray(int, boolean) - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asBinary() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets binary value as byte array.
- asBinary() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asBinary(int) - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets binary value as fixed length byte array.
- asBinary(int, Charset) - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets binary value as byte array.
- asBinary(int, Charset) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asBinary(Charset) - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets binary value as byte array.
- asBoolean() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asBoolean() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as boolean.
- asBoolean() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asBooleanArray() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asByte() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as byte.
- asByte() - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseByteValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseDateValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- asByte() - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- asByte() - Method in class com.clickhouse.data.value.ClickHouseLongValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseShortValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asByte() - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- asByteStream() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as byte stream.
- asCharacter() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as character.
- asCharacter() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asCharacterStream() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as character stream.
- asDate() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asDate() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as
LocalDate. - asDate() - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- asDate() - Method in class com.clickhouse.data.value.ClickHouseDateValue
- asDate() - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- asDate() - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- asDate() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asDateTime() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asDateTime() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as
LocalDateTime, using default scale(usually 0). - asDateTime(int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asDateTime(int) - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as
LocalDateTime. - asDateTime(int) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- asDateTime(int) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- asDateTime(int) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- asDateTime(int) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- asDateTime(int) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asDouble() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asDouble() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as double.
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseByteValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseDateValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseLongValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseShortValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asDouble() - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- asDoubleArray() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asEnum(Class<T>) - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as enum.
- asEnum(Class<T>) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asExternalTable() - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- asFloat() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asFloat() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as float.
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseByteValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseDateValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseLongValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseShortValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asFloat() - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- asFloatArray() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asInet4Address() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as
Inet4Address. - asInet4Address() - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- asInet4Address() - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- asInet4Address() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asInet6Address() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as
Inet6Address. - asInet6Address() - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- asInet6Address() - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- asInet6Address() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asInstant() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as
Instant, using default scale(usually 0). - asInstant(int) - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as
Instant. - asInstant(int) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- asInstant(int) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- asInstant(int) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- asInteger() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asInteger() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as integer.
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseByteValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseDateValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseLongValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseShortValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asInteger() - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- asIntegerArray() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asLong() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asLong() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as long.
- asLong() - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseByteValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseDateValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- asLong() - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- asLong() - Method in class com.clickhouse.data.value.ClickHouseLongValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseShortValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asLong() - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- asLongArray() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asMap() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as a map.
- asMap() - Method in class com.clickhouse.data.value.ClickHouseMapValue
- asMap() - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- asMap() - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- asMap(Class<K>, Class<V>) - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as a map.
- asMap(Class<K>, Class<V>) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- asMap(Class<K>, Class<V>) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- asMap(Class<K>, Class<V>) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- asMap(Class<K>, Class<V>) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- asMap(Class<K>, Class<V>) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- asMap(Class<K>, Class<V>) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- asMap(Class<K>, Class<V>) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- asObject() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as an object.
- asObject() - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseByteValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- asObject() - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- asObject() - Method in class com.clickhouse.data.value.ClickHouseLongValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseShortValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asObject() - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- asObject(Class<T>) - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as a typed object.
- asOffsetDateTime() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as
OffsetDateTime, using default scale(usually 0). - asOffsetDateTime(int) - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as
OffsetDateTime. - asOffsetDateTime(int) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- asOffsetDateTime(int) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- asOffsetDateTime(int) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- asRawObject() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets raw value as an object.
- asRawObject() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asShort() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asShort() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as short.
- asShort() - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseByteValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseDateValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- asShort() - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- asShort() - Method in class com.clickhouse.data.value.ClickHouseLongValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseShortValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asShort() - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- asShortArray() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asString() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as unbounded string, using default charset(usually UTF-8).
- asString() - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseByteValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseDateValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- asString() - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- asString() - Method in class com.clickhouse.data.value.ClickHouseLongValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseMapValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseShortValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asString() - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- asString(Charset) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Converts to string using given charset.
- asTempTable() - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- asTime() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as
LocalTime. - asTime() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asTime(int) - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as
LocalTime. - asTime(int) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- asTime(int) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- asTuple() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as ordered list(tuple).
- asTuple() - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- asUnicodeString() - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Converts to UTF-8 string.
- asUnsignedBigInteger() - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Converts all bytes(little-endian) to unsigned big integer.
- asUnsignedInteger() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asUnsignedIntegerArray() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asUnsignedLong() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asUnsignedShort() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asUnsignedShortArray() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asUuid() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- asUuid() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as UUID.
- asUuid() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- asUuid() - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- asZonedDateTime() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as
ZonedDateTime, using default scale(usually 0). - asZonedDateTime(int) - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets value as
ZonedDateTime. - asZonedDateTime(int) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- asZonedDateTime(int) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- asZonedDateTime(int) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- avg - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- avgWeighted - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- Avro - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- AvroConfluent - Enum constant in enum com.clickhouse.data.ClickHouseFormat
B
- belongsTo(ClickHouseVersion) - Method in class com.clickhouse.data.ClickHouseVersion
-
Checks if the version belongs to the given series.
- belongsTo(String) - Method in class com.clickhouse.data.ClickHouseVersion
-
Checks if the version belongs to the given series.
- between(byte, String, byte, byte) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given
valueis betweenminValueandmaxValueinclusive and throws a customizedIllegalArgumentExceptionif it is NOT. - between(int, int, int) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given
valueis betweenminValueandmaxValueinclusive and throws a customizedIllegalArgumentExceptionif it is NOT. - between(int, String, int, int) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given
valueis betweenminValueandmaxValueinclusive and throws a customizedIllegalArgumentExceptionif it is NOT. - between(long, long, long) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given
valueis betweenminValueandmaxValueinclusive and throws a customizedIllegalArgumentExceptionif it is NOT. - between(long, String, long, long) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given
valueis betweenminValueandmaxValueinclusive and throws a customizedIllegalArgumentExceptionif it is NOT. - between(BigDecimal, String, BigDecimal, BigDecimal) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given
valueis betweenminValueandmaxValue*exclusive* and throws a customizedIllegalArgumentExceptionif it is NOT. - between(BigDecimal, BigDecimal, BigDecimal) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given
valueis betweenminValueandmaxValue*exclusive* and throws a customizedIllegalArgumentExceptionif it is NOT. - between(BigInteger, String, BigInteger, BigInteger) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given
valueis betweenminValueandmaxValueinclusive and throws a customizedIllegalArgumentExceptionif it is NOT. - between(BigInteger, BigInteger, BigInteger) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given
valueis betweenminValueandmaxValueinclusive and throws a customizedIllegalArgumentExceptionif it is NOT. - BIGINT_HL_BOUNDARY - Static variable in class com.clickhouse.data.ClickHouseValues
- BIGINT_SL_BOUNDARY - Static variable in class com.clickhouse.data.ClickHouseValues
- bigIntegerValue() - Method in class com.clickhouse.data.value.UnsignedLong
-
Returns the value of this
UnsignedLongas aBigInteger. - Bool - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- boundingRatio - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- BROTLI - Enum constant in enum com.clickhouse.data.ClickHouseCompression
- build() - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- buildDeserializeSteps(ClickHouseColumn) - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Builds list of steps to deserialize value for the given column.
- builder() - Static method in class com.clickhouse.data.ClickHouseExternalTable
- Builder() - Constructor for class com.clickhouse.data.ClickHouseExternalTable.Builder
- buildSerializeSteps(ClickHouseColumn) - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Builds list of steps to serialize value for the given column.
- byteBuffer - Variable in class com.clickhouse.data.ClickHouseInputStream
-
Non-null reusable byte buffer.
- byteLen - Variable in class com.clickhouse.data.value.ClickHouseBitmap
- BYTES - Static variable in class com.clickhouse.data.value.UnsignedByte
- BYTES - Static variable in class com.clickhouse.data.value.UnsignedInteger
- BYTES - Static variable in class com.clickhouse.data.value.UnsignedLong
- BYTES - Static variable in class com.clickhouse.data.value.UnsignedShort
- ByteUtils - Class in com.clickhouse.data
- BZ2 - Enum constant in enum com.clickhouse.data.ClickHouseCompression
C
- CapnProto - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- categoricalInformationValue - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- check(double[]) - Static method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- check(double[][]) - Static method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- check(double[][][]) - Static method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- check(double[][][][]) - Static method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- check(String) - Method in class com.clickhouse.data.ClickHouseVersion
-
Checks if the version is valid according to the given maven-like version range.
- check(String, String) - Static method in class com.clickhouse.data.ClickHouseVersion
-
Checks if the version is valid according to the given maven-like version range.
- check(List<ClickHouseColumn>, Object[][]) - Static method in class com.clickhouse.data.value.ClickHouseNestedValue
- cityHash128(byte[], int, int) - Static method in class com.clickhouse.data.ClickHouseCityHash
- clear() - Method in class com.clickhouse.data.ClickHouseFreezableMap
- ClickHouseAggregateFunction - Enum in com.clickhouse.data
- ClickHouseArraySequence - Interface in com.clickhouse.data
-
This interface represents a generic array value.
- ClickHouseArrayValue<T> - Class in com.clickhouse.data.value
-
Wrapper class of Array.
- ClickHouseArrayValue(T[]) - Constructor for class com.clickhouse.data.value.ClickHouseArrayValue
- ClickHouseBigDecimalValue - Class in com.clickhouse.data.value
-
Wrapper class of
BigDecimal. - ClickHouseBigDecimalValue(BigDecimal) - Constructor for class com.clickhouse.data.value.ClickHouseBigDecimalValue
- ClickHouseBigIntegerValue - Class in com.clickhouse.data.value
-
Wrapper class of
BigInteger. - ClickHouseBigIntegerValue(BigInteger) - Constructor for class com.clickhouse.data.value.ClickHouseBigIntegerValue
- ClickHouseBitmap - Class in com.clickhouse.data.value
- ClickHouseBitmap(Object, ClickHouseDataType) - Constructor for class com.clickhouse.data.value.ClickHouseBitmap
- ClickHouseBitmapValue - Class in com.clickhouse.data.value
-
Wrapper class of
Bitmap. - ClickHouseBitmapValue(ClickHouseBitmap) - Constructor for class com.clickhouse.data.value.ClickHouseBitmapValue
- ClickHouseBoolValue - Class in com.clickhouse.data.value
-
Wrapper class of
bool. - ClickHouseBoolValue(boolean, boolean) - Constructor for class com.clickhouse.data.value.ClickHouseBoolValue
- ClickHouseBufferingMode - Enum in com.clickhouse.config
-
Supported buffering mode for dealing with request and response.
- ClickHouseByteBuffer - Class in com.clickhouse.data
-
This class represents a slice of a byte array.
- ClickHouseByteBuffer(byte[], int, int) - Constructor for class com.clickhouse.data.ClickHouseByteBuffer
-
Default constructor.
- ClickHouseByteUtils - Class in com.clickhouse.data
- ClickHouseByteValue - Class in com.clickhouse.data.value
-
Wrapper class of
byte. - ClickHouseByteValue(boolean, byte) - Constructor for class com.clickhouse.data.value.ClickHouseByteValue
- ClickHouseCache<K,
V> - Interface in com.clickhouse.data -
Wrapper interface depicts essential methods required by a client-side cache.
- ClickHouseChecker - Class in com.clickhouse.data
-
Utility class for validation.
- ClickHouseCityHash - Class in com.clickhouse.data
-
NOTE: The code is modified to be compatible with CityHash128 used in ClickHouse
- ClickHouseCityHash() - Constructor for class com.clickhouse.data.ClickHouseCityHash
- ClickHouseColumn - Class in com.clickhouse.data
-
This class represents a column defined in database.
- ClickHouseCompression - Enum in com.clickhouse.data
-
Supported compression algoritms.
- ClickHouseCompressionAlgorithm - Interface in com.clickhouse.data
- ClickHouseConfigChangeListener<T> - Interface in com.clickhouse.config
-
Configuration change listener.
- ClickHouseDataConfig - Interface in com.clickhouse.data
- ClickHouseDataConfig.Wrapped - Class in com.clickhouse.data
- ClickHouseDataProcessor - Class in com.clickhouse.data
-
This defines a data processor for dealing with serialization and deserialization of one or multiple
ClickHouseFormat. - ClickHouseDataProcessor(ClickHouseDataConfig, ClickHouseInputStream, ClickHouseOutputStream, List<ClickHouseColumn>, Map<String, Serializable>) - Constructor for class com.clickhouse.data.ClickHouseDataProcessor
-
Default constructor.
- ClickHouseDataProcessor.DefaultSerDe - Class in com.clickhouse.data
- ClickHouseDataProcessor.UseObjectConfig - Class in com.clickhouse.data
- ClickHouseDataStreamFactory - Class in com.clickhouse.data
-
Factory class for creating objects to handle data stream.
- ClickHouseDataStreamFactory() - Constructor for class com.clickhouse.data.ClickHouseDataStreamFactory
- ClickHouseDataStreamFactory.DefaultExecutors - Class in com.clickhouse.data
- ClickHouseDataType - Enum in com.clickhouse.data
-
Basic ClickHouse data types.
- ClickHouseDataUpdater - Interface in com.clickhouse.data
-
This class defines custom reading/writing logic, which can be used in
ClickHouseInputStream.readCustom(ClickHouseDataUpdater)andClickHouseOutputStream.writeCustom(ClickHouseDataUpdater). - ClickHouseDateTimeValue - Class in com.clickhouse.data.value
-
Wrapper class of
LocalDateTime. - ClickHouseDateTimeValue(LocalDateTime, int, TimeZone) - Constructor for class com.clickhouse.data.value.ClickHouseDateTimeValue
- ClickHouseDateValue - Class in com.clickhouse.data.value
-
Wrapper class of
LocalDate. - ClickHouseDateValue(LocalDate) - Constructor for class com.clickhouse.data.value.ClickHouseDateValue
- ClickHouseDefaultOption - Class in com.clickhouse.config
- ClickHouseDefaultOption(String, T) - Constructor for class com.clickhouse.config.ClickHouseDefaultOption
- ClickHouseDefaultOption(String, T, boolean) - Constructor for class com.clickhouse.config.ClickHouseDefaultOption
- ClickHouseDeferredValue<T> - Class in com.clickhouse.data
-
This class represents a deferred value.
- ClickHouseDeserializer - Interface in com.clickhouse.data
-
Functional interface for deserialization.
- ClickHouseDeserializer.CompositeDeserializer - Class in com.clickhouse.data
- ClickHouseDoubleValue - Class in com.clickhouse.data.value
-
Wrapper class of
double. - ClickHouseDoubleValue(boolean, double) - Constructor for class com.clickhouse.data.value.ClickHouseDoubleValue
- ClickHouseEmptyValue - Class in com.clickhouse.data.value
-
Wrapper class of Nothing.
- ClickHouseEnum - Class in com.clickhouse.data
- ClickHouseEnum(String[], int[]) - Constructor for class com.clickhouse.data.ClickHouseEnum
- ClickHouseEnum(Collection<String>) - Constructor for class com.clickhouse.data.ClickHouseEnum
- ClickHouseEnumValue - Class in com.clickhouse.data.value
-
Wrapper class of
enum. - ClickHouseEnumValue(ClickHouseEnum, boolean, int) - Constructor for class com.clickhouse.data.value.ClickHouseEnumValue
- ClickHouseExternalTable - Class in com.clickhouse.data
-
"Attached" temporary table.
- ClickHouseExternalTable(String, ClickHouseDeferredValue<InputStream>, ClickHouseCompression, int, ClickHouseFormat, Collection<ClickHouseColumn>, boolean) - Constructor for class com.clickhouse.data.ClickHouseExternalTable
- ClickHouseExternalTable.Builder - Class in com.clickhouse.data
- ClickHouseFile - Class in com.clickhouse.data
-
Wrapper of
Filewith additional information like compression and format. - ClickHouseFile(File, ClickHouseCompression, int, ClickHouseFormat) - Constructor for class com.clickhouse.data.ClickHouseFile
- ClickHouseFloatValue - Class in com.clickhouse.data.value
-
Wrapper class of
float. - ClickHouseFloatValue(boolean, float) - Constructor for class com.clickhouse.data.value.ClickHouseFloatValue
- ClickHouseFormat - Enum in com.clickhouse.data
-
All formats supported by ClickHouse.
- ClickHouseFreezableMap<K,
V> - Class in com.clickhouse.data -
Freezable map.
- ClickHouseFreezableMap(Map<K, V>, K...) - Constructor for class com.clickhouse.data.ClickHouseFreezableMap
- ClickHouseGeoMultiPolygonValue - Class in com.clickhouse.data.value
-
Wrapper class of
MultiPolygon. - ClickHouseGeoMultiPolygonValue(double[][][][]) - Constructor for class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- ClickHouseGeoPointValue - Class in com.clickhouse.data.value
-
Wrapper class of
Point. - ClickHouseGeoPointValue(double[]) - Constructor for class com.clickhouse.data.value.ClickHouseGeoPointValue
- ClickHouseGeoPolygonValue - Class in com.clickhouse.data.value
-
Wrapper class of
Polygon. - ClickHouseGeoPolygonValue(double[][][]) - Constructor for class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- ClickHouseGeoRingValue - Class in com.clickhouse.data.value
-
Wrapper class of
Ring. - ClickHouseGeoRingValue(double[][]) - Constructor for class com.clickhouse.data.value.ClickHouseGeoRingValue
- ClickHouseInputStream - Class in com.clickhouse.data
-
Extended input stream for read optimization.
- ClickHouseInputStream(ClickHousePassThruStream, OutputStream, Runnable) - Constructor for class com.clickhouse.data.ClickHouseInputStream
- ClickHouseInstantValue - Class in com.clickhouse.data.value
-
Wrapper class of
Instant. - ClickHouseInstantValue(Instant, int, TimeZone) - Constructor for class com.clickhouse.data.value.ClickHouseInstantValue
- ClickHouseIntegerValue - Class in com.clickhouse.data.value
-
Wrapper class of
int. - ClickHouseIntegerValue(boolean, int) - Constructor for class com.clickhouse.data.value.ClickHouseIntegerValue
- ClickHouseIpv4Value - Class in com.clickhouse.data.value
-
Wrapper class of
Inet4Address. - ClickHouseIpv4Value(Inet4Address) - Constructor for class com.clickhouse.data.value.ClickHouseIpv4Value
- ClickHouseIpv6Value - Class in com.clickhouse.data.value
-
Wrapper class of
Inet6Address. - ClickHouseIpv6Value(Inet6Address) - Constructor for class com.clickhouse.data.value.ClickHouseIpv6Value
- ClickHouseLongValue - Class in com.clickhouse.data.value
-
Wrapper class of
long. - ClickHouseLongValue(boolean, long) - Constructor for class com.clickhouse.data.value.ClickHouseLongValue
- ClickHouseMapValue - Class in com.clickhouse.data.value
- ClickHouseMapValue(Map<?, ?>, Class<?>, Class<?>) - Constructor for class com.clickhouse.data.value.ClickHouseMapValue
- ClickHouseNestedValue - Class in com.clickhouse.data.value
-
Wrapper class of Nested.
- ClickHouseNestedValue(List<ClickHouseColumn>, Object[][]) - Constructor for class com.clickhouse.data.value.ClickHouseNestedValue
- ClickHouseObjectValue<T> - Class in com.clickhouse.data.value
- ClickHouseObjectValue(T) - Constructor for class com.clickhouse.data.value.ClickHouseObjectValue
- ClickHouseOffsetDateTimeValue - Class in com.clickhouse.data.value
-
Wrapper class of
OffsetDateTime. - ClickHouseOffsetDateTimeValue(OffsetDateTime, int, TimeZone) - Constructor for class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- ClickHouseOption - Interface in com.clickhouse.config
-
This defines a configuration option.
- ClickHouseOutputStream - Class in com.clickhouse.data
-
Extended output stream for write optimization.
- ClickHouseOutputStream(ClickHousePassThruStream, Runnable) - Constructor for class com.clickhouse.data.ClickHouseOutputStream
- ClickHousePassThruStream - Class in com.clickhouse.data
-
This class encapsulates custom input and output stream to ensure no compression/decompression will be applied during execution.
- ClickHousePassThruStream(InputStream, OutputStream, ClickHouseCompression, int, ClickHouseFormat) - Constructor for class com.clickhouse.data.ClickHousePassThruStream
- ClickHousePipedOutputStream - Class in com.clickhouse.data
-
SPSC(Single-producer single-consumer) channel for streaming.
- ClickHousePipedOutputStream(Runnable) - Constructor for class com.clickhouse.data.ClickHousePipedOutputStream
- ClickHouseRecord - Interface in com.clickhouse.data
-
This defines a record returned from ClickHouse server.
- ClickHouseRecordMapper - Interface in com.clickhouse.data
-
Functional interface for mapping
ClickHouseRecordto customized object. - ClickHouseRecordTransformer - Interface in com.clickhouse.data
- ClickHouseRenameMethod - Enum in com.clickhouse.config
-
Methods for renaming.
- ClickHouseSerializer - Interface in com.clickhouse.data
-
Functional interface for serializtion.
- ClickHouseSerializer.CompositeSerializer - Class in com.clickhouse.data
- ClickHouseShortValue - Class in com.clickhouse.data.value
-
Wrapper class of
short. - ClickHouseShortValue(boolean, short) - Constructor for class com.clickhouse.data.value.ClickHouseShortValue
- ClickHouseSimpleRecord - Class in com.clickhouse.data
-
Default implementation of
ClickHouseRecord, which is simply a combination of list of columns and array of values. - ClickHouseSimpleRecord(List<ClickHouseColumn>, ClickHouseValue[]) - Constructor for class com.clickhouse.data.ClickHouseSimpleRecord
- ClickHouseStreamConfig - Interface in com.clickhouse.data
- ClickHouseStringValue - Class in com.clickhouse.data.value
-
Wrapper class of
String. - ClickHouseStringValue(byte[]) - Constructor for class com.clickhouse.data.value.ClickHouseStringValue
- ClickHouseStringValue(String) - Constructor for class com.clickhouse.data.value.ClickHouseStringValue
- ClickHouseThreadFactory - Class in com.clickhouse.data
- ClickHouseThreadFactory(Object) - Constructor for class com.clickhouse.data.ClickHouseThreadFactory
- ClickHouseThreadFactory(Object, boolean, int) - Constructor for class com.clickhouse.data.ClickHouseThreadFactory
- ClickHouseTupleValue - Class in com.clickhouse.data.value
-
Wrapper class of Tuple.
- ClickHouseTupleValue(List<Object>) - Constructor for class com.clickhouse.data.value.ClickHouseTupleValue
- ClickHouseUtils - Class in com.clickhouse.data
- ClickHouseUuidValue - Class in com.clickhouse.data.value
-
Wrapper class of
UUID. - ClickHouseUuidValue(UUID) - Constructor for class com.clickhouse.data.value.ClickHouseUuidValue
- ClickHouseValue - Interface in com.clickhouse.data
-
Wrapper of a value returned from ClickHouse.
- ClickHouseValues - Class in com.clickhouse.data
-
Help class for dealing with values.
- ClickHouseVersion - Class in com.clickhouse.data
-
Immutable ClickHouse version, which takes the form
Year(Major).Feature(Minor).Maintenance(Patch).Build. - ClickHouseVersion(boolean, int, int, int, int) - Constructor for class com.clickhouse.data.ClickHouseVersion
- ClickHouseWriter - Interface in com.clickhouse.data
- close() - Method in class com.clickhouse.data.ClickHouseInputStream
- close() - Method in class com.clickhouse.data.ClickHouseOutputStream
- closed - Variable in class com.clickhouse.data.ClickHouseInputStream
- closed - Variable in class com.clickhouse.data.ClickHouseOutputStream
- closeQuietly() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Closes the input stream quietly.
- columns - Variable in class com.clickhouse.data.ClickHouseDataProcessor.DefaultSerDe
- columns(String) - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- columns(Collection<ClickHouseColumn>) - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- com.clickhouse.config - package com.clickhouse.config
-
Provides configuration classes.
- com.clickhouse.data - package com.clickhouse.data
- com.clickhouse.data.value - package com.clickhouse.data.value
-
Provides necessary classes to handle different format or type of data.
- com.clickhouse.logging - package com.clickhouse.logging
-
Provides logging classes.
- compact() - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Compacts byte array by creating a new copy with exact same
lengthbutpositionchanged to zero. - compare(String, String) - Static method in class com.clickhouse.data.ClickHouseVersion
-
Compares two versions part by part, which is not semantical.
- compareTo(ClickHouseVersion) - Method in class com.clickhouse.data.ClickHouseVersion
- compareTo(ClickHouseVersion, boolean) - Method in class com.clickhouse.data.ClickHouseVersion
-
Compares current version and the given one.
- compareTo(UnsignedByte) - Method in class com.clickhouse.data.value.UnsignedByte
- compareTo(UnsignedInteger) - Method in class com.clickhouse.data.value.UnsignedInteger
- compareTo(UnsignedLong) - Method in class com.clickhouse.data.value.UnsignedLong
- compareTo(UnsignedShort) - Method in class com.clickhouse.data.value.UnsignedShort
- CompositeDeserializer(ClickHouseDeserializer[]) - Constructor for class com.clickhouse.data.ClickHouseDeserializer.CompositeDeserializer
- CompositeSerializer(ClickHouseSerializer[]) - Constructor for class com.clickhouse.data.ClickHouseSerializer.CompositeSerializer
- compress(ClickHousePassThruStream, OutputStream, int, int, Runnable) - Method in interface com.clickhouse.data.ClickHouseCompressionAlgorithm
- compression(ClickHouseCompression) - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- compression(ClickHouseCompression, int) - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- COMPRESSION_LIB_DETECTION - Static variable in interface com.clickhouse.data.ClickHouseCompressionAlgorithm
- config - Variable in class com.clickhouse.data.ClickHouseDataProcessor
- containsKey(Object) - Method in class com.clickhouse.data.ClickHouseFreezableMap
- containsValue(Object) - Method in class com.clickhouse.data.ClickHouseFreezableMap
- content(ClickHouseDeferredValue<InputStream>) - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
-
Sets deferred content.
- content(ClickHouseInputStream) - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- content(ClickHousePassThruStream) - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- content(InputStream) - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- content(String) - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- convert(double[]) - Static method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- convert(double[][]) - Static method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- convert(double[][][]) - Static method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- convert(double[][][][]) - Static method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- convertToBigInteger(Inet4Address) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts IP address to big integer.
- convertToBigInteger(Inet6Address) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts IP address to big integer.
- convertToBigInteger(UUID) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts UUID to big integer.
- convertToBoolean(char) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts given character to boolean value.
- convertToBoolean(String) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts given string to boolean value.
- convertToDateTime(BigDecimal) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts big decimal to date time.
- convertToDateTime(BigDecimal, ZoneId) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts big decimal to date time.
- convertToDateTime(BigDecimal, ZoneOffset) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts big decimal to date time.
- convertToDateTime(BigDecimal, TimeZone) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts big decimal to date time.
- convertToHexString(byte[]) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts given byte array to string in hexadecimal format.
- convertToInstant(BigDecimal) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts big decimal to instant.
- convertToIpv4(int) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts integer to IPv4 address.
- convertToIpv4(String) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts string to IPv4 address.
- convertToIpv4(Inet6Address) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts IPv6 address to IPv4 address if applicable.
- convertToIpv6(String) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts string to IPv6 address.
- convertToIpv6(BigInteger) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts big integer to IPv6 address.
- convertToIpv6(Inet4Address) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts IPv4 address to IPv6 address.
- convertToQuotedString(Object) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts object to quoted string.
- convertToSqlExpression(Object) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts abitrary object to an expression that can be used in SQL query.
- convertToString(boolean[]) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts boolean array to compact string.
- convertToString(byte[]) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts byte array to compact string.
- convertToString(char[]) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts character array to compact string.
- convertToString(double[]) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts double array to compact string.
- convertToString(float[]) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts float array to compact string.
- convertToString(int[]) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts integer array to compact string.
- convertToString(long[]) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts long array to compact string.
- convertToString(short[]) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts short array to compact string.
- convertToString(ClickHouseValue) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts given value object to string.
- convertToString(Object) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts object to string.
- convertToUnhexExpression(byte[]) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts given byte array to unhex() expression.
- convertToUuid(BigInteger) - Static method in class com.clickhouse.data.ClickHouseValues
-
Converts big integer to UUID.
- copy() - Method in interface com.clickhouse.data.ClickHouseArraySequence
- copy() - Method in interface com.clickhouse.data.ClickHouseRecord
-
Creates a new record by copying values from current one.
- copy() - Method in class com.clickhouse.data.ClickHouseSimpleRecord
- copy() - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets a shallow copy of this value object.
- copy(boolean) - Method in interface com.clickhouse.data.ClickHouseArraySequence
- copy(boolean) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Creates a copy of the current byte buffer.
- copy(boolean) - Method in interface com.clickhouse.data.ClickHouseValue
-
Gets a copy of this value object.
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- copy(boolean) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- copyTo - Variable in class com.clickhouse.data.ClickHouseInputStream
- corr - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- corrStable - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- count - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- covarPop - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- covarPopStable - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- covarSamp - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- covarSampStable - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- create(int, long, Function<K, V>) - Static method in interface com.clickhouse.data.ClickHouseCache
-
Creates a cache with specific capacity and load function.
- createInputStream(ClickHousePassThruStream, InputStream, int, ClickHouseCompression, int, Runnable) - Static method in interface com.clickhouse.data.ClickHouseCompressionAlgorithm
- createInstance(String, Class<? extends ClickHouseCompressionAlgorithm>, Class<? extends ClickHouseCompressionAlgorithm>) - Static method in interface com.clickhouse.data.ClickHouseCompressionAlgorithm
- createObjectArray(Class<T>, int, int) - Static method in class com.clickhouse.data.ClickHouseValues
-
Creates an object array.
- createOutputStream(ClickHousePassThruStream, OutputStream, int, ClickHouseCompression, int, Runnable) - Static method in interface com.clickhouse.data.ClickHouseCompressionAlgorithm
- createPipedOutputStream(int, int, int) - Method in class com.clickhouse.data.ClickHouseDataStreamFactory
- createPipedOutputStream(int, int, int, ClickHouseWriter) - Method in class com.clickhouse.data.ClickHouseDataStreamFactory
- createPipedOutputStream(int, int, int, Runnable) - Method in class com.clickhouse.data.ClickHouseDataStreamFactory
- createPipedOutputStream(ClickHouseDataConfig) - Method in class com.clickhouse.data.ClickHouseDataStreamFactory
-
Creates a piped output stream.
- createPipedOutputStream(ClickHouseDataConfig, ClickHouseWriter) - Method in class com.clickhouse.data.ClickHouseDataStreamFactory
-
Creates a piped output stream.
- createPipedOutputStream(ClickHouseDataConfig, Runnable) - Method in class com.clickhouse.data.ClickHouseDataStreamFactory
-
Creates a piped output stream.
- createPrimitiveArray(Class<?>, int, int) - Static method in class com.clickhouse.data.ClickHouseValues
-
Creates a primitive array if applicable.
- createTempFile() - Static method in class com.clickhouse.data.ClickHouseUtils
-
Creates a temporary file.
- createTempFile(String, String) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Creates a temporary file with given prefix and suffix.
- createTempFile(String, String, boolean) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Creates a temporary file with the given prefix and suffix.
- CSV - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- CSVWithNames - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- CSVWithNamesAndTypes - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- CUSTOM - Enum constant in enum com.clickhouse.config.ClickHouseBufferingMode
-
Custom mode allows you to customize buffer size and queue to balance resource utilization and desired performance.
- CustomSeparated - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- CustomSeparatedIgnoreSpaces - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- CustomSeparatedIgnoreSpacesWithNames - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- CustomSeparatedIgnoreSpacesWithNamesAndTypes - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- CustomSeparatedWithNames - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- CustomSeparatedWithNamesAndTypes - Enum constant in enum com.clickhouse.data.ClickHouseFormat
D
- Date - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- DATE_FORMATTER - Static variable in class com.clickhouse.data.ClickHouseValues
- DATE_ZERO - Static variable in class com.clickhouse.data.ClickHouseValues
- Date32 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- DateTime - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- DATETIME_FORMATTER - Static variable in class com.clickhouse.data.ClickHouseValues
- DATETIME_ZERO - Static variable in class com.clickhouse.data.ClickHouseValues
- DateTime32 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- DateTime64 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- debug(Object, Object...) - Method in class com.clickhouse.logging.JdkLogger
- debug(Object, Object...) - Method in interface com.clickhouse.logging.Logger
-
Logs a message at the DEBUG level according to the specified format and arguments.
- debug(Object, Object...) - Method in class com.clickhouse.logging.Slf4jLogger
- debug(Object, Throwable) - Method in class com.clickhouse.logging.JdkLogger
- debug(Object, Throwable) - Method in interface com.clickhouse.logging.Logger
-
Logs an error (see
Throwable) at the DEBUG level with an accompanying message. - debug(Object, Throwable) - Method in class com.clickhouse.logging.Slf4jLogger
- debug(Supplier<?>) - Method in class com.clickhouse.logging.JdkLogger
- debug(Supplier<?>) - Method in interface com.clickhouse.logging.Logger
-
Logs output of a custom function at the DEBUG level.
- debug(Supplier<?>) - Method in class com.clickhouse.logging.Slf4jLogger
- Decimal - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- Decimal128 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- Decimal256 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- Decimal32 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- Decimal64 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- decode(String) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Decode given string using
URLDecoderandStandardCharsets.UTF_8. - decompress(ClickHousePassThruStream, InputStream, int, int, Runnable) - Method in interface com.clickhouse.data.ClickHouseCompressionAlgorithm
- DEFAULT - Static variable in class com.clickhouse.data.value.ClickHouseDateTimeValue
-
Default value.
- DEFAULT - Static variable in class com.clickhouse.data.value.ClickHouseDateValue
-
Default date.
- DEFAULT - Static variable in class com.clickhouse.data.value.ClickHouseInstantValue
-
Default instant.
- DEFAULT - Static variable in class com.clickhouse.data.value.ClickHouseIpv4Value
- DEFAULT - Static variable in class com.clickhouse.data.value.ClickHouseIpv6Value
- DEFAULT - Static variable in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
-
Default value.
- DEFAULT - Static variable in class com.clickhouse.data.value.ClickHouseUuidValue
-
Default value.
- DEFAULT_ASYNC - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_BUFFER_QUEUE_VARIATION - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_BUFFER_SIZE - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_BUFFER_SIZE - Static variable in class com.clickhouse.data.ClickHouseOutputStream
- DEFAULT_BUFFERING_MODE - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_CACHE_SIZE - Static variable in interface com.clickhouse.data.ClickHouseCache
-
Default cache size.
- DEFAULT_CHARSET - Static variable in class com.clickhouse.data.ClickHouseUtils
-
Default charset.
- DEFAULT_COLUMN_RENAME_METHOD - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_COLUMNS - Static variable in class com.clickhouse.data.ClickHouseDataProcessor
- DEFAULT_COMPRESS_LEVEL - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_FORMAT - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_MAX_BUFFER_SIZE - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_MAX_MAPPER_CACHE - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_MAX_QUEUED_BUFFERS - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_READ_BUFFER_SIZE - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_READ_COMPRESS_LEVEL - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_REUSE_VALUE_WRAPPER - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_ROUNDING_MODE - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_TIMEOUT - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_USE_BINARY_STRING - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_USE_BLOCKING_QUEUE - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_USE_COMPILATION - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_USE_OBJECT_IN_ARRAY - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_WIDEN_UNSIGNED_TYPE - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_WRITE_BUFFER_SIZE - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- DEFAULT_WRITE_COMPRESS_LEVEL - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- defaultInputFormat() - Method in enum com.clickhouse.data.ClickHouseFormat
-
Gets default input format, which usually does not has header.
- DEFLATE - Enum constant in enum com.clickhouse.data.ClickHouseCompression
- deltaSum - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- deltaSumTimestamp - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- dense_rank - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- deserialize(byte[], ClickHouseDataType) - Static method in class com.clickhouse.data.value.ClickHouseBitmap
- deserialize(ClickHouseValue, ClickHouseInputStream) - Method in class com.clickhouse.data.ClickHouseDeserializer.CompositeDeserializer
- deserialize(ClickHouseValue, ClickHouseInputStream) - Method in interface com.clickhouse.data.ClickHouseDeserializer
-
Deserializes data read from input stream.
- deserialize(DataInputStream, ClickHouseDataType) - Static method in class com.clickhouse.data.value.ClickHouseBitmap
- deserialize(InputStream, ClickHouseDataType) - Static method in class com.clickhouse.data.value.ClickHouseBitmap
- deserializers - Variable in class com.clickhouse.data.ClickHouseDataProcessor.DefaultSerDe
- deserializers - Variable in class com.clickhouse.data.ClickHouseDeserializer.CompositeDeserializer
- disableLowCardinality() - Method in class com.clickhouse.data.ClickHouseColumn
- divide(UnsignedByte) - Method in class com.clickhouse.data.value.UnsignedByte
-
Returns an
UnsignedBytewhose value is(this / val). - divide(UnsignedInteger) - Method in class com.clickhouse.data.value.UnsignedInteger
-
Returns an
UnsignedIntegerwhose value is(this / val). - divide(UnsignedLong) - Method in class com.clickhouse.data.value.UnsignedLong
-
Returns an
UnsignedLongwhose value is(this / val). - divide(UnsignedShort) - Method in class com.clickhouse.data.value.UnsignedShort
-
Returns an
UnsignedShortwhose value is(this / val). - DO_NOTHING - Static variable in interface com.clickhouse.data.ClickHouseSerializer
-
Default serializer simply does nothing.
- doubleValue() - Method in class com.clickhouse.data.value.UnsignedByte
- doubleValue() - Method in class com.clickhouse.data.value.UnsignedInteger
- doubleValue() - Method in class com.clickhouse.data.value.UnsignedLong
- doubleValue() - Method in class com.clickhouse.data.value.UnsignedShort
E
- empty() - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Gets an empty input stream that produces nothing and cannot be closed.
- empty() - Static method in class com.clickhouse.data.ClickHouseOutputStream
-
Gets an empty output stream that consumes nothing and cannot be closed.
- empty() - Static method in class com.clickhouse.data.value.ClickHouseBitmap
- empty(ClickHouseDataType) - Static method in class com.clickhouse.data.value.ClickHouseBitmap
- EMPTY - Static variable in class com.clickhouse.data.ClickHouseEnum
- EMPTY - Static variable in interface com.clickhouse.data.ClickHouseRecord
-
Empty record.
- EMPTY - Static variable in class com.clickhouse.data.ClickHouseSimpleRecord
- EMPTY_ARRAY - Static variable in class com.clickhouse.data.ClickHouseColumn
- EMPTY_ARRAY_EXPR - Static variable in class com.clickhouse.data.ClickHouseValues
- EMPTY_BOOL_ARRAY - Static variable in class com.clickhouse.data.ClickHouseValues
- EMPTY_BUFFER - Static variable in class com.clickhouse.data.ClickHouseByteBuffer
-
Empty and read-only byte buffer.
- EMPTY_BYTE_ARRAY - Static variable in class com.clickhouse.data.ClickHouseValues
- EMPTY_BYTES - Static variable in class com.clickhouse.data.ClickHouseByteBuffer
-
Empty byte array.
- EMPTY_DOUBLE_ARRAY - Static variable in class com.clickhouse.data.ClickHouseValues
- EMPTY_FLOAT_ARRAY - Static variable in class com.clickhouse.data.ClickHouseValues
- EMPTY_INT_ARRAY - Static variable in class com.clickhouse.data.ClickHouseValues
- EMPTY_LONG_ARRAY - Static variable in class com.clickhouse.data.ClickHouseValues
- EMPTY_MAP_EXPR - Static variable in class com.clickhouse.data.ClickHouseValues
- EMPTY_OBJECT_ARRAY - Static variable in class com.clickhouse.data.ClickHouseValues
- EMPTY_OBJECT_ARRAY2 - Static variable in class com.clickhouse.data.ClickHouseValues
- EMPTY_SHORT_ARRAY - Static variable in class com.clickhouse.data.ClickHouseValues
- EMPTY_STRING_EXPR - Static variable in class com.clickhouse.data.ClickHouseValues
- EMPTY_TUPLE_EXPR - Static variable in class com.clickhouse.data.ClickHouseValues
- EMPTY_VALUE - Static variable in interface com.clickhouse.data.ClickHouseDeserializer
-
Default deserializer simply returns empty value.
- EMPTY_VALUES - Static variable in class com.clickhouse.data.ClickHouseValues
- encode(String) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Encode given string using
URLEncoderandStandardCharsets.UTF_8. - encoding() - Method in enum com.clickhouse.data.ClickHouseCompression
- ensureOpen() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Checks whether the input stream has been closed and throw an exception if it is.
- ensureOpen() - Method in class com.clickhouse.data.ClickHouseOutputStream
- entropy - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- entrySet() - Method in class com.clickhouse.data.ClickHouseFreezableMap
- Enum16 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- Enum8 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- equals(byte[], int, int, byte[], int, int) - Method in class com.clickhouse.data.ByteUtils
- equals(byte[], int, int, byte[], int, int) - Static method in class com.clickhouse.data.ClickHouseByteUtils
- equals(Object) - Method in class com.clickhouse.data.ClickHouseByteBuffer
- equals(Object) - Method in class com.clickhouse.data.ClickHouseColumn
- equals(Object) - Method in class com.clickhouse.data.ClickHouseEnum
- equals(Object) - Method in class com.clickhouse.data.ClickHouseVersion
- equals(Object) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- equals(Object) - Method in class com.clickhouse.data.value.ClickHouseBitmap
- equals(Object) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- equals(Object) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- equals(Object) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- equals(Object) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- equals(Object) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- equals(Object) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- equals(Object) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- equals(Object) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- equals(Object) - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- equals(Object) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- equals(Object) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- equals(Object) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- equals(Object) - Method in class com.clickhouse.data.value.UnsignedByte
- equals(Object) - Method in class com.clickhouse.data.value.UnsignedInteger
- equals(Object) - Method in class com.clickhouse.data.value.UnsignedLong
- equals(Object) - Method in class com.clickhouse.data.value.UnsignedShort
- error(Object, Object...) - Method in class com.clickhouse.logging.JdkLogger
- error(Object, Object...) - Method in interface com.clickhouse.logging.Logger
-
Logs a message at the ERROR level according to the specified format and arguments.
- error(Object, Object...) - Method in class com.clickhouse.logging.Slf4jLogger
- error(Object, Throwable) - Method in class com.clickhouse.logging.JdkLogger
- error(Object, Throwable) - Method in interface com.clickhouse.logging.Logger
-
Logs an error (see
Throwable) at the ERROR level with an accompanying message. - error(Object, Throwable) - Method in class com.clickhouse.logging.Slf4jLogger
- error(Supplier<?>) - Method in class com.clickhouse.logging.JdkLogger
- error(Supplier<?>) - Method in interface com.clickhouse.logging.Logger
-
Logs output of a custom function at the ERROR level.
- error(Supplier<?>) - Method in class com.clickhouse.logging.Slf4jLogger
- ERROR_FAILED_TO_READ - Static variable in class com.clickhouse.data.ClickHouseDataProcessor
- ERROR_FAILED_TO_WRAP_INPUT - Static variable in interface com.clickhouse.data.ClickHouseCompressionAlgorithm
- ERROR_FAILED_TO_WRAP_OUTPUT - Static variable in interface com.clickhouse.data.ClickHouseCompressionAlgorithm
- ERROR_FAILED_TO_WRITE - Static variable in class com.clickhouse.data.ClickHouseDataProcessor
- ERROR_INCOMPLETE_READ - Static variable in class com.clickhouse.data.ClickHouseInputStream
- ERROR_INF_OR_NAN - Static variable in class com.clickhouse.data.ClickHouseValues
- ERROR_INVALID_POINT - Static variable in class com.clickhouse.data.ClickHouseValues
- ERROR_NO_DESERIALIZER - Static variable in class com.clickhouse.data.ClickHouseDataStreamFactory
- ERROR_NO_INPUT - Static variable in class com.clickhouse.data.ClickHousePassThruStream
- ERROR_NO_OUTPUT - Static variable in class com.clickhouse.data.ClickHousePassThruStream
- ERROR_NO_SERIALIZER - Static variable in class com.clickhouse.data.ClickHouseDataStreamFactory
- ERROR_NULL_BYTES - Static variable in class com.clickhouse.data.ClickHouseInputStream
- ERROR_NULL_BYTES - Static variable in class com.clickhouse.data.ClickHouseOutputStream
- ERROR_NULL_LOGGER - Static variable in interface com.clickhouse.logging.Logger
-
Error message for providing null logger.
- ERROR_REACHED_END_OF_STREAM - Static variable in class com.clickhouse.data.ClickHouseDataProcessor
- ERROR_REUSE_BUFFER - Static variable in class com.clickhouse.data.ClickHouseInputStream
- ERROR_REUSE_BUFFER - Static variable in class com.clickhouse.data.ClickHouseOutputStream
- ERROR_SINGLETON_ARRAY - Static variable in class com.clickhouse.data.ClickHouseValues
- ERROR_SINGLETON_COLLECTION - Static variable in class com.clickhouse.data.ClickHouseValues
- ERROR_SINGLETON_MAP - Static variable in class com.clickhouse.data.ClickHouseValues
- ERROR_STREAM_CLOSED - Static variable in class com.clickhouse.data.ClickHouseInputStream
- ERROR_STREAM_CLOSED - Static variable in class com.clickhouse.data.ClickHouseOutputStream
- ERROR_UNKNOWN_DATA_TYPE - Static variable in class com.clickhouse.data.ClickHouseDataProcessor
- ERROR_UNSUPPORTED_COMPRESS_ALG - Static variable in interface com.clickhouse.data.ClickHouseCompressionAlgorithm
- ERROR_UNSUPPORTED_DECOMPRESS_ALG - Static variable in interface com.clickhouse.data.ClickHouseCompressionAlgorithm
- ERROR_UNSUPPORTED_FORMAT - Static variable in class com.clickhouse.data.ClickHouseDataStreamFactory
- escape(String, char) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Escape quotes in given string.
- executor - Static variable in class com.clickhouse.data.ClickHouseDataStreamFactory.DefaultExecutors
- exponentialMovingAverage - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- exponentialTimeDecayedAvg - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- exponentialTimeDecayedCount - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- exponentialTimeDecayedMax - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- exponentialTimeDecayedSum - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- extractParameters(String, Map<String, String>) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Extracts parameters, usually key-value pairs, from the given query string.
- extractSingleValue(Collection<?>) - Static method in class com.clickhouse.data.ClickHouseValues
-
Extract one and only value from singleton collection.
- extractSingleValue(Enumeration<?>) - Static method in class com.clickhouse.data.ClickHouseValues
-
Extract one and only value from singleton enumeration.
- extractSingleValue(Map<?, ?>) - Static method in class com.clickhouse.data.ClickHouseValues
-
Extract one and only value from singleton map - key will be ignored.
- extraProps - Variable in class com.clickhouse.data.ClickHouseDataProcessor
F
- fileExtension() - Method in enum com.clickhouse.data.ClickHouseCompression
- fileExtension(boolean) - Method in enum com.clickhouse.data.ClickHouseCompression
- findClass(String) - Method in class com.clickhouse.data.UnloadableClassLoader
- findFiles(String, String...) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Finds files according to the given pattern and path.
- first_value - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- firstByte() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- FixedString - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- Float32 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- Float64 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- floatValue() - Method in class com.clickhouse.data.value.UnsignedByte
- floatValue() - Method in class com.clickhouse.data.value.UnsignedInteger
- floatValue() - Method in class com.clickhouse.data.value.UnsignedLong
- floatValue() - Method in class com.clickhouse.data.value.UnsignedShort
- format(ClickHouseFormat) - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- format(String) - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- format(String, Object...) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Wrapper of
String.format(Locale.ROOT, ...). - freeze() - Method in class com.clickhouse.data.ClickHouseFreezableMap
-
Freezes the map to discard write operations.
- fromEncoding(String) - Static method in enum com.clickhouse.data.ClickHouseCompression
-
Get compression algorithm based on given encoding.
- fromFileName(String) - Static method in enum com.clickhouse.data.ClickHouseCompression
-
Get compression algorithm based on given file name.
- fromFileName(String) - Static method in enum com.clickhouse.data.ClickHouseFormat
-
Gets format based on given file name.
- fromMimeType(String) - Static method in enum com.clickhouse.data.ClickHouseCompression
-
Get compression algorithm based on given MIME type.
- fromString(String, Class<T>) - Static method in interface com.clickhouse.config.ClickHouseOption
-
Converts given string to a typed value.
- fromString(String, T) - Static method in interface com.clickhouse.config.ClickHouseOption
-
Converts given string to typed value.
G
- get() - Method in class com.clickhouse.data.ClickHouseDeferredValue
- get(Class<?>) - Method in class com.clickhouse.logging.LoggerFactory
-
Gets logger for the given class.
- get(Class<?>) - Method in class com.clickhouse.logging.Slf4jLoggerFactory
- get(Object) - Method in class com.clickhouse.data.ClickHouseFreezableMap
- get(String) - Method in class com.clickhouse.logging.JdkLoggerFactory
- get(String) - Method in class com.clickhouse.logging.LoggerFactory
-
Gets logger for the given name.
- get(String) - Method in class com.clickhouse.logging.Slf4jLoggerFactory
- get(K) - Method in interface com.clickhouse.data.ClickHouseCache
-
Gets value from cache if it exists.
- getAggregateFunction() - Method in class com.clickhouse.data.ClickHouseColumn
-
Gets aggregate function when column type is
ClickHouseDataType.AggregateFunction. - getAlgorithm() - Method in interface com.clickhouse.data.ClickHouseCompressionAlgorithm
- getAliases() - Method in enum com.clickhouse.data.ClickHouseAggregateFunction
- getAliases() - Method in enum com.clickhouse.data.ClickHouseDataType
-
Gets immutable list of aliases for this data type.
- getArrayBaseColumn() - Method in class com.clickhouse.data.ClickHouseColumn
- getArrayNestedLevel() - Method in class com.clickhouse.data.ClickHouseColumn
- getBigInteger(int, int, boolean) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Converts
byteLengthbytes(little-endian) starting fromposition() + offsetto big integer. - getBoolean(int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Converts the byte at
position() + offsetin array to boolean. - getBuffer() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Gets reference to current byte buffer.
- getBufferQueueVariation() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets number of times the buffer queue is filled up before increasing capacity of buffer queue.
- getBufferQueueVariation() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- getBufferSize() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets buffer size in byte can be used for streaming.
- getBufferSize() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- getBufferSize(int) - Static method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets buffer size.
- getBufferSize(int, int, int) - Static method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets buffer size.
- getBuilderNumber() - Method in class com.clickhouse.data.ClickHouseVersion
-
Gets build number.
- getByte(int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
- getByteLength() - Method in enum com.clickhouse.data.ClickHouseDataType
-
Gets byte length of this data type.
- getCardinality() - Method in class com.clickhouse.data.value.ClickHouseBitmap
- getCardinality() - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- getCloseBracket(char) - Static method in class com.clickhouse.data.ClickHouseUtils
- getColumnCount() - Method in class com.clickhouse.data.ClickHouseColumn
- getColumnIndex() - Method in class com.clickhouse.data.ClickHouseColumn
- getColumnName() - Method in class com.clickhouse.data.ClickHouseColumn
- getColumnRenameMethod() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets column rename method.
- getColumnRenameMethod() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- getColumns() - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Gets list of columns to process.
- getColumns() - Method in class com.clickhouse.data.ClickHouseExternalTable
- getColumns() - Method in class com.clickhouse.data.ClickHouseSimpleRecord
- getColumns() - Method in class com.clickhouse.data.value.ClickHouseNestedValue
-
Gets immutable list of nested columns.
- getCompression() - Method in class com.clickhouse.data.ClickHouseExternalTable
- getCompressionAlgorithm() - Method in class com.clickhouse.data.ClickHousePassThruStream
-
Gets compression algorithm, which could be null.
- getCompressionLevel() - Method in class com.clickhouse.data.ClickHouseExternalTable
- getCompressionLevel() - Method in class com.clickhouse.data.ClickHousePassThruStream
-
Gets compression level.
- getContent() - Method in class com.clickhouse.data.ClickHouseExternalTable
- getDataType() - Method in class com.clickhouse.data.ClickHouseColumn
- getDefaultKey() - Method in class com.clickhouse.data.value.ClickHouseMapValue
- getDefaultReadBufferSize() - Static method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets default read buffer size in byte.
- getDefaultScale() - Method in enum com.clickhouse.data.ClickHouseDataType
-
Gets default scale of this data type.
- getDefaultValue() - Method in class com.clickhouse.config.ClickHouseDefaultOption
- getDefaultValue() - Method in interface com.clickhouse.config.ClickHouseOption
-
Gets default value of the option.
- getDefaultValueFromEnvVar() - Method in interface com.clickhouse.config.ClickHouseOption
-
Gets trimmed default value from environment variable.
- getDefaultValueFromSysProp() - Method in interface com.clickhouse.config.ClickHouseOption
-
Gets trimmed default value from system property.
- getDescription() - Method in class com.clickhouse.config.ClickHouseDefaultOption
- getDescription() - Method in interface com.clickhouse.config.ClickHouseOption
-
Gets description of the option.
- getDeserializer(ClickHouseDataConfig, ClickHouseColumn) - Method in class com.clickhouse.data.ClickHouseDataProcessor
- getDeserializers(ClickHouseDataConfig, List<ClickHouseColumn>) - Method in class com.clickhouse.data.ClickHouseDataProcessor
- getDouble(int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Converts 8 bytes(little-endian) starting from
position() + offsetto double. - getEffectiveDefaultValue() - Method in interface com.clickhouse.config.ClickHouseOption
-
Gets effective default value by considering default value defined in system property and environment variable.
- getEffectiveValue(T) - Method in interface com.clickhouse.config.ClickHouseOption
-
Gets effective value by considering default value defined in system property and environment variable.
- getEnumConstants() - Method in class com.clickhouse.data.ClickHouseColumn
- getEnvironmentVariable() - Method in interface com.clickhouse.config.ClickHouseOption
-
Gets environment variable for the option.
- getEstimatedLength() - Method in class com.clickhouse.data.ClickHouseColumn
- getExecutor() - Method in class com.clickhouse.data.ClickHouseDataStreamFactory
-
Gets default executor service for running blocking tasks.
- getExtraProperty(String, Class<T>) - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Gets a typed extra property.
- getFeatureRelease() - Method in class com.clickhouse.data.ClickHouseVersion
-
Gets feature release.
- getFile() - Method in class com.clickhouse.data.ClickHouseFile
-
Gets file.
- getFile(String) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Gets absolute and normalized path to the given file.
- getFileInputStream(String) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Search file in current directory, home directory, and then classpath, Get input stream to read the given file.
- getFileOutputStream(String) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Get output stream for writing a file.
- getFloat(int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Converts 4 bytes(little-endian) starting from
position() + offsetto float. - getFloat32(byte[], int) - Method in class com.clickhouse.data.ByteUtils
- getFloat32(byte[], int) - Static method in class com.clickhouse.data.ClickHouseByteUtils
- getFloat64(byte[], int) - Method in class com.clickhouse.data.ByteUtils
- getFloat64(byte[], int) - Static method in class com.clickhouse.data.ClickHouseByteUtils
- getFormat() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets data format.
- getFormat() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- getFormat() - Method in class com.clickhouse.data.ClickHouseExternalTable
- getFormat() - Method in class com.clickhouse.data.ClickHousePassThruStream
-
Gets data format, which could be null.
- getFunction() - Method in class com.clickhouse.data.ClickHouseColumn
-
Gets function when column type is
ClickHouseDataType.AggregateFunction. - getInitializedSerDe() - Method in class com.clickhouse.data.ClickHouseDataProcessor
- getInputStream() - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Gets input stream.
- getInputStream() - Method in class com.clickhouse.data.ClickHouseFile
- getInputStream() - Method in class com.clickhouse.data.ClickHousePassThruStream
-
Gets the input stream for reading.
- getInputStream() - Method in class com.clickhouse.data.ClickHousePipedOutputStream
-
Gets input stream to reada data being written into the output stream.
- getInputStream(Runnable) - Method in class com.clickhouse.data.ClickHousePipedOutputStream
-
Gets input stream to reada data being written into the output stream.
- getInstance() - Static method in class com.clickhouse.data.ClickHouseDataStreamFactory
-
Gets instance of the factory class.
- getInstance() - Static method in class com.clickhouse.logging.LoggerFactory
-
Gets instance of the factory for creating logger.
- getInt16(byte[], int) - Method in class com.clickhouse.data.ByteUtils
- getInt16(byte[], int) - Static method in class com.clickhouse.data.ClickHouseByteUtils
-
Reads a 16-bit integer in little-endian byte order from the given byte array starting at the specified offset.
- getInt32(byte[], int) - Method in class com.clickhouse.data.ByteUtils
- getInt32(byte[], int) - Static method in class com.clickhouse.data.ClickHouseByteUtils
-
Reads a 32-bit integer in little-endian byte order from the given byte array starting at the specified offset.
- getInt64(byte[], int) - Method in class com.clickhouse.data.ByteUtils
- getInt64(byte[], int) - Static method in class com.clickhouse.data.ClickHouseByteUtils
- getInt8(byte[], int) - Method in class com.clickhouse.data.ByteUtils
- getInteger(int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Converts 4 bytes(little-endian) starting from
position() + offsetto signed integer. - getKey() - Method in class com.clickhouse.config.ClickHouseDefaultOption
- getKey() - Method in interface com.clickhouse.config.ClickHouseOption
-
Gets key of the option.
- getKeyInfo() - Method in class com.clickhouse.data.ClickHouseColumn
- getLeadingComment(String) - Static method in class com.clickhouse.data.ClickHouseUtils
- getLogger(Class<?>) - Static method in class com.clickhouse.logging.LoggerFactory
-
Gets logger for the given class.
- getLogger(String) - Static method in class com.clickhouse.logging.LoggerFactory
-
Gets logger for the given name.
- getLong(int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Converts 8 bytes(little-endian) starting from
position() + offsetto signed long. - getLongCardinality() - Method in class com.clickhouse.data.value.ClickHouseBitmap
- getMaintenanceRelease() - Method in class com.clickhouse.data.ClickHouseVersion
-
Gets maintenance release.
- getMajorVersion() - Method in class com.clickhouse.data.ClickHouseVersion
-
Gets major version in semantic versioning.
- getMaxBufferSize() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets max buffer size in byte can be used for streaming.
- getMaxBufferSize() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- getMaxMapperCache() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets maximum number of mappers can be cached.
- getMaxMapperCache() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- getMaxPrecision() - Method in enum com.clickhouse.data.ClickHouseDataType
-
Gets maximum precision of this data type.
- getMaxQueuedBuffers() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets maximum number of buffers can be queued for processing.
- getMaxQueuedBuffers() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- getMaxScale() - Method in enum com.clickhouse.data.ClickHouseDataType
-
Gets maximum scale of this data type.
- getMessage() - Method in class com.clickhouse.logging.LogMessage
-
Gets log message.
- getMinorVersion() - Method in class com.clickhouse.data.ClickHouseVersion
-
Gets minor version in semantic versioning.
- getMinScale() - Method in enum com.clickhouse.data.ClickHouseDataType
-
Gets minimum scale of this data type.
- getName() - Method in class com.clickhouse.data.ClickHouseExternalTable
- getNestedColumns() - Method in class com.clickhouse.data.ClickHouseColumn
- getObjectClass() - Method in enum com.clickhouse.data.ClickHouseDataType
-
Gets Java class for this data type.
- getObjectClass(ClickHouseDataConfig) - Method in class com.clickhouse.data.ClickHouseColumn
- getObjectClassForArray(ClickHouseDataConfig) - Method in class com.clickhouse.data.ClickHouseColumn
- getOptional() - Method in class com.clickhouse.data.ClickHouseDeferredValue
-
Gets optional value, which may or may not be null.
- getOrCopy(ByteBuffer, int) - Static method in class com.clickhouse.data.ClickHouseByteUtils
- getOriginalTypeName() - Method in class com.clickhouse.data.ClickHouseColumn
- getOutputStream() - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Gets output stream.
- getOutputStream() - Method in class com.clickhouse.data.ClickHouseFile
- getOutputStream() - Method in class com.clickhouse.data.ClickHousePassThruStream
-
Gets the output stream for writing.
- getParameters() - Method in class com.clickhouse.data.ClickHouseColumn
- getPatch() - Method in class com.clickhouse.data.ClickHouseVersion
-
Gets patch in semantic versioning.
- getPrecision() - Method in class com.clickhouse.data.ClickHouseColumn
- getPrefix() - Method in interface com.clickhouse.config.ClickHouseOption
-
Gets prefix of environment variable and system property.
- getPrimitiveClass() - Method in enum com.clickhouse.data.ClickHouseDataType
-
Gets Java class for this data type.
- getPrimitiveClass(ClickHouseDataConfig) - Method in class com.clickhouse.data.ClickHouseColumn
- getProcessor(ClickHouseDataConfig, ClickHouseInputStream, ClickHouseOutputStream, Map<String, Serializable>, List<ClickHouseColumn>) - Method in class com.clickhouse.data.ClickHouseDataStreamFactory
-
Gets data processor according to given
ClickHouseDataConfigand settings. - getProperty(String, String, Properties...) - Static method in class com.clickhouse.data.ClickHouseUtils
- getProperty(String, Properties...) - Static method in class com.clickhouse.data.ClickHouseUtils
- getReadBufferingMode() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets buffering mode for reading.
- getReadBufferingMode() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- getReadBufferSize() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets read buffer size in byte.
- getReadBufferSize() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- getReadTimeout() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets read timeout in milliseconds.
- getReadTimeout() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- getScale() - Method in class com.clickhouse.data.ClickHouseColumn
- getScale() - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- getScale() - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- getScale() - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- getScale() - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- getScheduler() - Method in class com.clickhouse.data.ClickHouseDataStreamFactory
-
Gets default scheduled executor service for scheduled tasks.
- getSerializer(ClickHouseDataConfig, ClickHouseColumn) - Method in class com.clickhouse.data.ClickHouseDataProcessor
- getSerializers(ClickHouseDataConfig, List<ClickHouseColumn>) - Method in class com.clickhouse.data.ClickHouseDataProcessor
- getService(Class<? extends T>) - Static method in class com.clickhouse.data.ClickHouseUtils
- getService(Class<? extends T>, Supplier<T>) - Static method in class com.clickhouse.data.ClickHouseUtils
- getService(Class<? extends T>, T) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Load service according to given interface using
ServiceLoader, fallback to given default service or supplier function if not found. - getSetting(String) - Method in class com.clickhouse.data.ClickHouseDataProcessor.DefaultSerDe
- getShort(int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Converts 2 bytes(little-endian) starting from
position() + offsetto signed short. - getSingleValue() - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- getSingleValue() - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- getStructure() - Method in class com.clickhouse.data.ClickHouseExternalTable
- getSystemProperty() - Method in interface com.clickhouse.config.ClickHouseOption
-
Gets system property for the option.
- getThrowable() - Method in class com.clickhouse.logging.LogMessage
-
Gets error which may or may not be null.
- getTimeZone() - Method in class com.clickhouse.data.ClickHouseColumn
- getTimeZoneForDate() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets time zone for date values.
- getTimeZoneForDate() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- getTimeZoneOrDefault(TimeZone) - Method in class com.clickhouse.data.ClickHouseColumn
- getUnderlyingFile() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Gets underlying file.
- getUnderlyingFile() - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Gets underlying file.
- getUnderlyingStream() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Gets underlying stream.
- getUnderlyingStream() - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Gets underlying stream.
- getUnsignedInteger(int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Converts 4 bytes(little-endian) starting from
position() + offsetto unsigned integer. - getUnsignedLong(int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Converts 8 bytes(little-endian) starting from
position() + offsetto unsigned long. - getUnsignedShort(int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Converts 2 bytes(little-endian) starting from
position() + offsetto unsigned short. - getUserData(String) - Method in class com.clickhouse.data.ClickHouseInputStream
-
Gets user data associated with this input stream.
- getUserData(String, T) - Method in class com.clickhouse.data.ClickHouseInputStream
-
Gets user data associated with this input stream.
- getUseTimeZone() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets preferred time zone.
- getUseTimeZone() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- getUuid(int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
- getValue() - Method in class com.clickhouse.data.value.ClickHouseBoolValue
-
Gets value.
- getValue() - Method in class com.clickhouse.data.value.ClickHouseByteValue
-
Gets value.
- getValue() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
-
Gets value.
- getValue() - Method in class com.clickhouse.data.value.ClickHouseEnumValue
-
Gets value.
- getValue() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
-
Gets value.
- getValue() - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
-
Gets value.
- getValue() - Method in class com.clickhouse.data.value.ClickHouseLongValue
-
Gets value.
- getValue() - Method in class com.clickhouse.data.value.ClickHouseObjectValue
-
Gets value.
- getValue() - Method in class com.clickhouse.data.value.ClickHouseShortValue
-
Gets value.
- getValue(int) - Method in interface com.clickhouse.data.ClickHouseRecord
-
Gets deserialized value wrapped in an object using column index.
- getValue(int) - Method in class com.clickhouse.data.ClickHouseSimpleRecord
- getValue(int, V) - Method in interface com.clickhouse.data.ClickHouseArraySequence
-
Gets value at the specified position in this array.
- getValue(int, V) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- getValue(String) - Method in interface com.clickhouse.data.ClickHouseRecord
-
Gets deserialized value wrapped in an object using case-insensitive column name, which usually is slower than
ClickHouseRecord.getValue(int). - getValue(String) - Method in class com.clickhouse.data.ClickHouseSimpleRecord
- getValueInfo() - Method in class com.clickhouse.data.ClickHouseColumn
- getValues() - Method in class com.clickhouse.data.ClickHouseSimpleRecord
- getValueType() - Method in class com.clickhouse.config.ClickHouseDefaultOption
- getValueType() - Method in interface com.clickhouse.config.ClickHouseOption
-
Gets value type of the option.
- getVarInt(ByteBuffer) - Static method in class com.clickhouse.data.ClickHouseByteUtils
-
Gets varint from given byte buffer.
- getVarIntSize(int) - Static method in class com.clickhouse.data.ClickHouseByteUtils
-
Get varint length of given integer.
- getVarLongSize(long) - Static method in class com.clickhouse.data.ClickHouseByteUtils
-
Get varint length of given long.
- getWiderObjectClass() - Method in enum com.clickhouse.data.ClickHouseDataType
-
Gets Java class for this data type.
- getWiderPrimitiveClass() - Method in enum com.clickhouse.data.ClickHouseDataType
-
Gets Java class for this data type.
- getWriteBufferingMode() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets buffering mode for writing.
- getWriteBufferingMode() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- getWriteBufferSize() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets write buffer size in byte.
- getWriteBufferSize() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- getWriteTimeout() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Gets write timeout in milliseconds.
- getWriteTimeout() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- getYear() - Method in class com.clickhouse.data.ClickHouseVersion
-
Gets year number.
- groupArray - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- groupArrayInsertAt - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- groupArrayMovingAvg - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- groupArrayMovingSum - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- groupArraySample - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- groupBitAnd - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- groupBitmap - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- groupBitmapAnd - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- groupBitmapOr - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- groupBitmapXor - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- groupBitOr - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- groupBitXor - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- groupUniqArray - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- GZIP - Enum constant in enum com.clickhouse.data.ClickHouseCompression
H
- handleCustomAction(Runnable) - Static method in class com.clickhouse.data.ClickHouseDataStreamFactory
-
Handles custom action.
- handleWriteResult(CompletableFuture<?>, long, Runnable) - Static method in class com.clickhouse.data.ClickHousePipedOutputStream
-
Handles async write result.
- HAS_ASM - Static variable in class com.clickhouse.data.UnloadableClassLoader
- hasCompression() - Method in class com.clickhouse.data.ClickHousePassThruStream
-
Checks if the compression algorithm is defined or not.
- hasDefault() - Method in class com.clickhouse.data.ClickHouseColumn
- hasExtraProperties() - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Checks whether the processor contains extra property.
- hasFormat() - Method in class com.clickhouse.data.ClickHousePassThruStream
-
Checks if the data format is defined or not.
- hashCode() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- hashCode() - Method in class com.clickhouse.data.ClickHouseColumn
- hashCode() - Method in class com.clickhouse.data.ClickHouseEnum
- hashCode() - Method in class com.clickhouse.data.ClickHouseVersion
- hashCode() - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- hashCode() - Method in class com.clickhouse.data.value.ClickHouseBitmap
- hashCode() - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- hashCode() - Method in class com.clickhouse.data.value.ClickHouseByteValue
- hashCode() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- hashCode() - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- hashCode() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- hashCode() - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- hashCode() - Method in class com.clickhouse.data.value.ClickHouseLongValue
- hashCode() - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- hashCode() - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- hashCode() - Method in class com.clickhouse.data.value.ClickHouseShortValue
- hashCode() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- hashCode() - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- hashCode() - Method in class com.clickhouse.data.value.UnsignedByte
- hashCode() - Method in class com.clickhouse.data.value.UnsignedInteger
- hashCode() - Method in class com.clickhouse.data.value.UnsignedLong
- hashCode() - Method in class com.clickhouse.data.value.UnsignedShort
- hasHeader() - Method in enum com.clickhouse.data.ClickHouseFormat
-
Checks if the format contains header like names and/or types.
- hasInput() - Method in class com.clickhouse.data.ClickHouseFile
- hasInput() - Method in class com.clickhouse.data.ClickHousePassThruStream
-
Checks if input stream is available or not.
- hasMoreToRead() - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Checks whether there's more to read from input stream.
- hasName() - Method in class com.clickhouse.data.ClickHouseExternalTable
- hasNestedColumn() - Method in class com.clickhouse.data.ClickHouseColumn
- hasOutput() - Method in class com.clickhouse.data.ClickHouseFile
- hasOutput() - Method in class com.clickhouse.data.ClickHousePassThruStream
-
Checks if output stream is available or not.
- hasParameter() - Method in enum com.clickhouse.data.ClickHouseDataType
-
Checks if this data type may have parameter(s).
- hasThrowable() - Method in class com.clickhouse.logging.LogMessage
-
Checks if error is available or not.
- hasTimeZone() - Method in class com.clickhouse.data.ClickHouseColumn
- hasUnderlyingStream() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Checks if there's underlying input stream.
- hasUnderlyingStream() - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Checks if there's underlying output stream.
- histogram - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- HiveText - Enum constant in enum com.clickhouse.data.ClickHouseFormat
I
- indexOf(byte[], byte[]) - Static method in class com.clickhouse.data.ClickHouseByteUtils
-
Returns the index of the first occurrence of the specified
searcharray within the givenbytesarray. - indexOf(byte[], int, int, byte[], int, int) - Static method in class com.clickhouse.data.ClickHouseByteUtils
-
Returns the index of the first occurrence of the specified
searcharray within the givenbytesarray, considering specified positions and lengths for both arrays. - indexOf(byte[], int, int, byte[], int, int, boolean) - Static method in class com.clickhouse.data.ClickHouseByteUtils
-
Returns the index of the first occurrence of the specified
searcharray within the givenbytesarray, considering specified positions and lengths for both arrays and partial matching at the end of the bytes array. - INF_EXPR - Static variable in class com.clickhouse.data.ClickHouseValues
- info(Object, Object...) - Method in class com.clickhouse.logging.JdkLogger
- info(Object, Object...) - Method in interface com.clickhouse.logging.Logger
-
Logs a message at the INFO level according to the specified format and arguments.
- info(Object, Object...) - Method in class com.clickhouse.logging.Slf4jLogger
- info(Object, Throwable) - Method in class com.clickhouse.logging.JdkLogger
- info(Object, Throwable) - Method in interface com.clickhouse.logging.Logger
-
Logs an error (see
Throwable) at the INFO level with an accompanying message. - info(Object, Throwable) - Method in class com.clickhouse.logging.Slf4jLogger
- info(Supplier<?>) - Method in class com.clickhouse.logging.JdkLogger
- info(Supplier<?>) - Method in interface com.clickhouse.logging.Logger
-
Logs output of a custom function at the INFO level.
- info(Supplier<?>) - Method in class com.clickhouse.logging.Slf4jLogger
- initRecords() - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Initializes iterator of
ClickHouseRecordfor reading values record by record. - initValues() - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Initializes iterator of
ClickHouseValuefor reading values one by one. - innerType - Variable in class com.clickhouse.data.value.ClickHouseBitmap
- input - Variable in class com.clickhouse.data.ClickHouseDataProcessor
- INSTANCE - Static variable in class com.clickhouse.data.value.ClickHouseEmptyValue
-
Singleton.
- Int128 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- Int16 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- Int256 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- Int32 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- Int64 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- Int8 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- IntervalDay - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- IntervalHour - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- intervalLengthSum - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- IntervalMicrosecond - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- IntervalMillisecond - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- IntervalMinute - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- IntervalMonth - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- IntervalNanosecond - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- IntervalQuarter - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- IntervalSecond - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- IntervalWeek - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- IntervalYear - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- intValue() - Method in class com.clickhouse.data.value.UnsignedByte
- intValue() - Method in class com.clickhouse.data.value.UnsignedInteger
- intValue() - Method in class com.clickhouse.data.value.UnsignedLong
- intValue() - Method in class com.clickhouse.data.value.UnsignedShort
- IPv4 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- IPv6 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- isAggregateFunction() - Method in class com.clickhouse.data.ClickHouseColumn
- isAlias(String) - Static method in enum com.clickhouse.data.ClickHouseDataType
-
Checks if the given type name is an alias or not.
- isArray() - Method in class com.clickhouse.data.ClickHouseColumn
- isAsync() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Checks whether async call is used.
- isAsync() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- isBinary() - Method in enum com.clickhouse.data.ClickHouseFormat
-
Checks if the format is binary-based or not.
- isBinary() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- isCaseSensitive() - Method in enum com.clickhouse.data.ClickHouseAggregateFunction
- isCaseSensitive() - Method in enum com.clickhouse.data.ClickHouseDataType
-
Checks if name of this data type is case sensitive or not.
- isCloseBracket(char) - Static method in class com.clickhouse.data.ClickHouseUtils
- isClosed() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Checks if the input stream has been closed or not.
- isClosed() - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Checks if the output stream has been closed or not.
- isCompact() - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Checks whether the buffer is compact or not.
- isCompressed() - Method in class com.clickhouse.data.ClickHousePassThruStream
-
Checks if the data is compressed or not.
- isDebugEnabled() - Method in class com.clickhouse.logging.JdkLogger
- isDebugEnabled() - Method in interface com.clickhouse.logging.Logger
-
Checks if logging level is
DEBUGor above. - isDebugEnabled() - Method in class com.clickhouse.logging.Slf4jLogger
- isEmpty() - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Checks whether the buffer is empty or not.
- isEmpty() - Method in class com.clickhouse.data.ClickHouseFreezableMap
- isEmpty() - Method in class com.clickhouse.data.value.ClickHouseBitmap
- isEnum() - Method in class com.clickhouse.data.ClickHouseColumn
- isErrorEnabled() - Method in class com.clickhouse.logging.JdkLogger
- isErrorEnabled() - Method in interface com.clickhouse.logging.Logger
-
Checks if logging level is
ERRORor above. - isErrorEnabled() - Method in class com.clickhouse.logging.Slf4jLogger
- isFirstColumn() - Method in class com.clickhouse.data.ClickHouseColumn
- isFixedLength() - Method in class com.clickhouse.data.ClickHouseColumn
- isFreezed() - Method in class com.clickhouse.data.ClickHouseFreezableMap
-
Checks whether the map is freezed or not.
- isInfinity() - Method in interface com.clickhouse.data.ClickHouseValue
-
Checks if the value is either positive or negative infinity as defined in
Double. - isInfinity() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- isInfoEnabled() - Method in class com.clickhouse.logging.JdkLogger
- isInfoEnabled() - Method in interface com.clickhouse.logging.Logger
-
Checks if logging level is
INFOor above. - isInfoEnabled() - Method in class com.clickhouse.logging.Slf4jLogger
- isLastColumn() - Method in class com.clickhouse.data.ClickHouseColumn
- isLatest() - Method in class com.clickhouse.data.ClickHouseVersion
-
Checks if the version is latest or not.
- isLowCardinality() - Method in class com.clickhouse.data.ClickHouseColumn
- isLowCardinalityDisabled() - Method in class com.clickhouse.data.ClickHouseColumn
- isMap() - Method in class com.clickhouse.data.ClickHouseColumn
- isMutable(Object) - Method in class com.clickhouse.data.ClickHouseFreezableMap
-
Checks whether the given key can be used in mutation(e.g.
- isNaN() - Method in interface com.clickhouse.data.ClickHouseValue
-
Checks if the value is Not-a-Number (NaN).
- isNaN() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- isNested() - Method in class com.clickhouse.data.ClickHouseColumn
- isNested() - Method in enum com.clickhouse.data.ClickHouseDataType
-
Checks if this data type uses a nested structure.
- isNestedType() - Method in class com.clickhouse.data.ClickHouseColumn
- isNewerOrEqualTo(ClickHouseVersion) - Method in class com.clickhouse.data.ClickHouseVersion
-
Checks if the version is newer or equal to the given one.
- isNewerOrEqualTo(String) - Method in class com.clickhouse.data.ClickHouseVersion
-
Checks if the version is newer or equal to the given one.
- isNewerThan(ClickHouseVersion) - Method in class com.clickhouse.data.ClickHouseVersion
-
Checks if the version is newer than the given one.
- isNewerThan(String) - Method in class com.clickhouse.data.ClickHouseVersion
-
Checks if the version is newer than the given one.
- isNullable() - Method in class com.clickhouse.data.ClickHouseColumn
- isNullable() - Method in interface com.clickhouse.data.ClickHouseValue
-
Checks whether the value is nullable.
- isNullable() - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- isNullable() - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- isNullable() - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- isNullable() - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- isNullable() - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- isNullable() - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- isNullable() - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- isNullable() - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- isNullOrBlank(CharSequence) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given string is null, empty string or a string only contains white spaces.
- isNullOrEmpty() - Method in interface com.clickhouse.data.ClickHouseValue
-
Checks if the value is null, or empty for non-null types like Array, Tuple and Map.
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseByteValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseLongValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseMapValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseShortValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- isNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- isNullOrEmpty(CharSequence) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given string is
nullor empty. - isOlderOrEqualTo(ClickHouseVersion) - Method in class com.clickhouse.data.ClickHouseVersion
-
Checks if the version is older or equal to the given one.
- isOlderOrEqualTo(String) - Method in class com.clickhouse.data.ClickHouseVersion
-
Checks if the version is older or equal to the given one.
- isOlderThan(ClickHouseVersion) - Method in class com.clickhouse.data.ClickHouseVersion
-
Checks if the version is older than the given one.
- isOlderThan(String) - Method in class com.clickhouse.data.ClickHouseVersion
-
Checks if the version is older than the given one.
- isOpenBracket(char) - Static method in class com.clickhouse.data.ClickHouseUtils
- isQuote(char) - Static method in class com.clickhouse.data.ClickHouseUtils
- isRecognized() - Method in class com.clickhouse.data.ClickHouseFile
-
Checks if the given file is recogonized or not.
- isReuseValueWrapper() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Checks whether value wrapper
ClickHouseValueshould be reused. - isReuseValueWrapper() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- isRowBased() - Method in enum com.clickhouse.data.ClickHouseFormat
-
Check whether the format is row based(e.g.
- isSensitive() - Method in class com.clickhouse.config.ClickHouseDefaultOption
- isSensitive() - Method in interface com.clickhouse.config.ClickHouseOption
-
Checks whether the option is sensitive or not.
- isSeparator(char) - Static method in class com.clickhouse.data.ClickHouseUtils
- isSigned() - Method in enum com.clickhouse.data.ClickHouseDataType
-
Checks if this data type represents signed number.
- isTempTable() - Method in class com.clickhouse.data.ClickHouseExternalTable
- isText() - Method in enum com.clickhouse.data.ClickHouseFormat
-
Checks if the format is text-based or not.
- isTraceEnabled() - Method in class com.clickhouse.logging.JdkLogger
- isTraceEnabled() - Method in interface com.clickhouse.logging.Logger
-
Checks if logging level is
TRACEor above. - isTraceEnabled() - Method in class com.clickhouse.logging.Slf4jLogger
- isTuple() - Method in class com.clickhouse.data.ClickHouseColumn
- isUseBinaryString() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Checks whether binary string is supported.
- isUseBinaryString() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- isUseBlockingQueue() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Checks whether blocking queue(mainly for piped stream) is used or not.
- isUseBlockingQueue() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- isUseCompilation() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Checks whether compilation is used in object mapping and serialization.
- isUseCompilation() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- isUseObjectsInArray() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Checks whether object(instead of primitive) is used in array.
- isUseObjectsInArray() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- isUseObjectsInArray() - Method in class com.clickhouse.data.ClickHouseDataProcessor.UseObjectConfig
- isWarnEnabled() - Method in class com.clickhouse.logging.JdkLogger
- isWarnEnabled() - Method in interface com.clickhouse.logging.Logger
-
Checks if logging level is
WARNor above. - isWarnEnabled() - Method in class com.clickhouse.logging.Slf4jLogger
- isWhiteListed(K) - Method in class com.clickhouse.data.ClickHouseFreezableMap
-
Checks whether the given key is whitelisted, meaning corresponding entry can be changed even the map is freezed.
- isWidenUnsignedTypes() - Method in interface com.clickhouse.data.ClickHouseDataConfig
-
Checks whether widening is enabled for unsigned types, for instance: use
long(instead ofint) in Java to representUInt32in ClickHouse. - isWidenUnsignedTypes() - Method in class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- iterator() - Method in class com.clickhouse.data.ClickHouseInputStream
- iterator() - Method in interface com.clickhouse.data.ClickHouseRecord
J
- JdkLogger - Class in com.clickhouse.logging
-
Adaptor for JDK logger.
- JdkLogger(Logger) - Constructor for class com.clickhouse.logging.JdkLogger
-
Default constructor.
- JdkLoggerFactory - Class in com.clickhouse.logging
-
Adaptor of JDK logger factory.
- JdkLoggerFactory() - Constructor for class com.clickhouse.logging.JdkLoggerFactory
- JSON - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- JSON - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONAsObject - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONAsString - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONColumns - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONColumnsWithMetadata - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONCompact - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONCompactColumns - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONCompactEachRow - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONCompactEachRowWithNames - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONCompactEachRowWithNamesAndTypes - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONCompactStrings - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONCompactStringsEachRow - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONCompactStringsEachRowWithNames - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONCompactStringsEachRowWithNamesAndTypes - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONEachRow - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONEachRowWithProgress - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONLines - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONObjectEachRow - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONStringEachRow - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONStrings - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONStringsEachRow - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- JSONStringsEachRowWithProgress - Enum constant in enum com.clickhouse.data.ClickHouseFormat
K
- keySet() - Method in class com.clickhouse.data.ClickHouseFreezableMap
- kurtPop - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- kurtSamp - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
L
- lagInFrame - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- last_value - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- lastByte() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- leadInFrame - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- length - Variable in class com.clickhouse.data.ClickHouseByteBuffer
- length() - Method in interface com.clickhouse.data.ClickHouseArraySequence
-
Gets length of this array.
- length() - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Gets length of bytes.
- length() - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- limit() - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Gets end position.
- LineAsString - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- LineAsStringWithNames - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- LineAsStringWithNamesAndTypes - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- loadClass(String) - Method in class com.clickhouse.data.UnloadableClassLoader
- log(Level, LogMessage) - Method in class com.clickhouse.logging.JdkLogger
- Logger - Interface in com.clickhouse.logging
-
Unified logger.
- LoggerFactory - Class in com.clickhouse.logging
-
Unified factory class to get logger.
- LoggerFactory() - Constructor for class com.clickhouse.logging.LoggerFactory
- LogMessage - Class in com.clickhouse.logging
-
Log message with arguments and/or error.
- longValue() - Method in class com.clickhouse.data.value.UnsignedByte
- longValue() - Method in class com.clickhouse.data.value.UnsignedInteger
- longValue() - Method in class com.clickhouse.data.value.UnsignedLong
- longValue() - Method in class com.clickhouse.data.value.UnsignedShort
- LZ4 - Enum constant in enum com.clickhouse.data.ClickHouseCompression
M
- mannWhitneyUTest - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- Map - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- mapTo(ClickHouseRecord, Class<T>) - Method in interface com.clickhouse.data.ClickHouseRecordMapper
-
Maps a record to a user-defined object.
- mapTo(ClickHouseRecord, Class<T>, T) - Method in interface com.clickhouse.data.ClickHouseRecordMapper
-
Maps a record to a user-defined object.
- Markdown - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- MASK - Static variable in class com.clickhouse.data.value.UnsignedLong
- match(byte[]) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Checks if the byte buffer is same as the given byte array.
- match(String) - Static method in enum com.clickhouse.data.ClickHouseDataType
-
Finds list of matched aliases and/or types based on given part.
- max - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- MAX_VALUE - Static variable in class com.clickhouse.data.value.UnsignedByte
- MAX_VALUE - Static variable in class com.clickhouse.data.value.UnsignedInteger
- MAX_VALUE - Static variable in class com.clickhouse.data.value.UnsignedLong
- MAX_VALUE - Static variable in class com.clickhouse.data.value.UnsignedShort
- maxIntersections - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- maxIntersectionsPosition - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- maxMappedArrays - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- mayStartWith(String...) - Static method in enum com.clickhouse.data.ClickHouseDataType
-
Checks if any alias uses the given prefixes.
- mimeType() - Method in enum com.clickhouse.data.ClickHouseCompression
- min - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- MIN_CORE_THREADS - Static variable in class com.clickhouse.data.ClickHouseUtils
- MIN_VALUE - Static variable in class com.clickhouse.data.value.UnsignedByte
- MIN_VALUE - Static variable in class com.clickhouse.data.value.UnsignedInteger
- MIN_VALUE - Static variable in class com.clickhouse.data.value.UnsignedLong
- MIN_VALUE - Static variable in class com.clickhouse.data.value.UnsignedShort
- minMappedArrays - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- MsgPack - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- multiply(UnsignedByte) - Method in class com.clickhouse.data.value.UnsignedByte
-
Returns an
UnsignedBytewhose value is(this * val). - multiply(UnsignedInteger) - Method in class com.clickhouse.data.value.UnsignedInteger
-
Returns an
UnsignedIntegerwhose value is(this * val). - multiply(UnsignedLong) - Method in class com.clickhouse.data.value.UnsignedLong
-
Returns an
UnsignedLongwhose value is(this * val). - multiply(UnsignedShort) - Method in class com.clickhouse.data.value.UnsignedShort
-
Returns an
UnsignedShortwhose value is(this * val). - MultiPolygon - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- MySQLDump - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- MySQLWire - Enum constant in enum com.clickhouse.data.ClickHouseFormat
N
- name() - Method in class com.clickhouse.config.ClickHouseDefaultOption
- name() - Method in interface com.clickhouse.config.ClickHouseOption
-
Gets name of the option.
- name(int) - Method in class com.clickhouse.data.ClickHouseEnum
- name(String) - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- name2func - Static variable in enum com.clickhouse.data.ClickHouseAggregateFunction
- name2type - Static variable in enum com.clickhouse.data.ClickHouseDataType
-
Immutable mapping between name and type.
- NAN_EXPR - Static variable in class com.clickhouse.data.ClickHouseValues
- NANOS - Static variable in class com.clickhouse.data.ClickHouseValues
- Native - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- NDJSON - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- Nested - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- newArrayValue(ClickHouseDataConfig) - Method in class com.clickhouse.data.ClickHouseColumn
- newInputStream(int, Runnable) - Method in class com.clickhouse.data.ClickHouseFile
- newInputStream(int, Runnable) - Method in class com.clickhouse.data.ClickHousePassThruStream
-
Creates a wrapped input stream for reading.
- newInstance() - Static method in class com.clickhouse.data.ClickHouseByteBuffer
-
Creates an empty byte buffer.
- newInstance(String, Class<T>, Class<?>) - Static method in class com.clickhouse.data.ClickHouseUtils
- newOutputStream(int, Runnable) - Method in class com.clickhouse.data.ClickHouseFile
- newOutputStream(int, Runnable) - Method in class com.clickhouse.data.ClickHousePassThruStream
-
Creates a wrapped output stream for writing.
- newThread(Runnable) - Method in class com.clickhouse.data.ClickHouseThreadFactory
- newThreadPool(Object, int, int) - Static method in class com.clickhouse.data.ClickHouseUtils
- newThreadPool(Object, int, int, int, long, boolean) - Static method in class com.clickhouse.data.ClickHouseUtils
- newUnsupportedException(String, String) - Method in interface com.clickhouse.data.ClickHouseValue
-
Create a customized exception for unsupported type conversion.
- newValue(ClickHouseDataConfig) - Method in class com.clickhouse.data.ClickHouseColumn
- newValues(ClickHouseDataConfig, ClickHouseColumn[]) - Static method in class com.clickhouse.data.ClickHouseValues
-
Creates multiple values based on given columns.
- newValues(ClickHouseDataConfig, List<ClickHouseColumn>) - Static method in class com.clickhouse.data.ClickHouseValues
-
Creates multiple values based on given columns.
- nextBuffer() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Gets reference to next byte buffer available for read.
- NINF_EXPR - Static variable in class com.clickhouse.data.ClickHouseValues
- nonBlank(String, String) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given string is not
null, empty or blank and throws a customizedIllegalArgumentExceptionif it is. - NONE - Enum constant in enum com.clickhouse.config.ClickHouseRenameMethod
-
No OP.
- NONE - Enum constant in enum com.clickhouse.data.ClickHouseCompression
- nonEmpty(String, String) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given string is neither
nullnor empty and throws a customizedIllegalArgumentExceptionif it is. - nonNull(T, String) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given object is NOT
nulland throws a customizedIllegalArgumentExceptionif it is. - normalizeDirectory(String) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Normalizes given directory by appending back slash if it does exist.
- NOT_SUPPORTED - Static variable in interface com.clickhouse.data.ClickHouseDeserializer
-
Default deserializer throws IOException to inform caller deserialization is not supported.
- NOT_SUPPORTED - Static variable in interface com.clickhouse.data.ClickHouseSerializer
-
Default deserializer throws IOException to inform caller serialization is not supported.
- Nothing - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- notLessThan(int, String, int) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given
valueis NOT less thanminValueand throws a customizedIllegalArgumentExceptionif it is. - notLessThan(long, String, long) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given
valueis NOT less thanminValueand throws a customizedIllegalArgumentExceptionif it is. - notLessThan(BigInteger, String, BigInteger) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if the given
valueis NOT less thanminValueand throws a customizedIllegalArgumentExceptionif it is. - notLongerThan(byte[], String, int) - Static method in class com.clickhouse.data.ClickHouseChecker
-
Checks if length of the given byte array is NOT greater than
lengthand throws a customizedIllegalArgumentExceptionif it is. - Null - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- NULL - Static variable in class com.clickhouse.data.ClickHouseFile
-
Null file which has no compression and format.
- NULL - Static variable in class com.clickhouse.data.ClickHousePassThruStream
-
Null stream which has no compression and format.
- NULL_EXPR - Static variable in class com.clickhouse.data.ClickHouseValues
- NULL_FUTURE - Static variable in class com.clickhouse.data.ClickHouseUtils
- NULL_SUPPLIER - Static variable in class com.clickhouse.data.ClickHouseUtils
O
- Object - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- ODBCDriver2 - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- of(boolean) - Static method in class com.clickhouse.data.value.ClickHouseBoolValue
-
Wrap the given value.
- of(byte) - Static method in class com.clickhouse.data.value.ClickHouseByteValue
-
Wraps the given
Int8value. - of(byte[]) - Static method in class com.clickhouse.data.ClickHouseByteBuffer
-
Wraps given byte array as byte buffer.
- of(byte[]) - Static method in class com.clickhouse.data.value.ClickHouseStringValue
-
Wrap the given value.
- of(byte[]...) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given byte arrays.
- of(byte[], int, int) - Static method in class com.clickhouse.data.ClickHouseByteBuffer
-
Wraps given byte array as byte buffer.
- of(byte, boolean) - Static method in class com.clickhouse.data.value.ClickHouseByteValue
-
Wraps the given value.
- of(double) - Static method in class com.clickhouse.data.value.ClickHouseDoubleValue
-
Wrap the given value.
- of(double[]) - Static method in class com.clickhouse.data.value.ClickHouseGeoPointValue
-
Wrap the given value.
- of(double[][]) - Static method in class com.clickhouse.data.value.ClickHouseGeoRingValue
-
Wrap the given value.
- of(double[][][]) - Static method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
-
Wrap the given value.
- of(double[][][][]) - Static method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
-
Wrap the given value.
- of(float) - Static method in class com.clickhouse.data.value.ClickHouseFloatValue
-
Wrap the given value.
- of(int) - Static method in class com.clickhouse.data.value.ClickHouseBoolValue
-
Wrap the given value.
- of(int) - Static method in class com.clickhouse.data.value.ClickHouseByteValue
-
Wraps the given
Int8value. - of(int) - Static method in class com.clickhouse.data.value.ClickHouseIntegerValue
-
Wraps the given
Int32value. - of(int) - Static method in class com.clickhouse.data.value.ClickHouseLongValue
-
Wraps the given
Int64value. - of(int) - Static method in class com.clickhouse.data.value.ClickHouseShortValue
-
Wraps the given
Int16value. - of(int, boolean) - Static method in class com.clickhouse.data.value.ClickHouseByteValue
-
Wraps the given value.
- of(int, boolean) - Static method in class com.clickhouse.data.value.ClickHouseIntegerValue
-
Wraps the given value.
- of(int, boolean) - Static method in class com.clickhouse.data.value.ClickHouseLongValue
-
Wraps the given value.
- of(int, boolean) - Static method in class com.clickhouse.data.value.ClickHouseShortValue
-
Wraps the given value.
- of(int, int...) - Static method in class com.clickhouse.data.ClickHouseVersion
-
Creates a new version object using given numbers.
- of(long) - Static method in class com.clickhouse.data.value.ClickHouseDateValue
-
Wrap the given value.
- of(long) - Static method in class com.clickhouse.data.value.ClickHouseLongValue
-
Wraps the given
Int64value. - of(long, boolean) - Static method in class com.clickhouse.data.value.ClickHouseLongValue
-
Wraps the given value.
- of(short) - Static method in class com.clickhouse.data.value.ClickHouseShortValue
-
Wraps the given
Int16value. - of(short, boolean) - Static method in class com.clickhouse.data.value.ClickHouseShortValue
-
Wraps the given value.
- of(ClickHouseCompression) - Static method in interface com.clickhouse.data.ClickHouseCompressionAlgorithm
- of(ClickHouseDataConfig, ClickHouseWriter) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Creates an input stream using the given customer writer.
- of(ClickHouseDataConfig, List<ClickHouseColumn>, Class<?>) - Static method in interface com.clickhouse.data.ClickHouseRecordMapper
-
Gets mapper to turn
ClickHouseRecordinto user-defined object. - of(ClickHouseDeferredValue<InputStream>, int, Runnable) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the deferred input stream.
- of(ClickHouseDeferredValue<OutputStream>, int, Runnable) - Static method in class com.clickhouse.data.ClickHouseOutputStream
-
Wraps the deferred output stream.
- of(ClickHouseDeserializer, ClickHouseDeserializer...) - Static method in interface com.clickhouse.data.ClickHouseDeserializer
-
Creates composite deserializer.
- of(ClickHouseEnum, int) - Static method in class com.clickhouse.data.value.ClickHouseEnumValue
-
Wrap the given value.
- of(ClickHouseEnum, Number) - Static method in class com.clickhouse.data.value.ClickHouseEnumValue
-
Wrap the given value.
- of(ClickHouseInputStream, ClickHouseCompression, int, ClickHouseFormat) - Static method in class com.clickhouse.data.ClickHouseFile
- of(ClickHousePassThruStream) - Static method in class com.clickhouse.data.ClickHouseFile
- of(ClickHousePassThruStream, int, Runnable) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given pass-thru stream as input stream.
- of(ClickHousePassThruStream, int, Runnable) - Static method in class com.clickhouse.data.ClickHouseOutputStream
-
Wraps the given pass-thru stream as output stream.
- of(ClickHouseSerializer, ClickHouseSerializer...) - Static method in interface com.clickhouse.data.ClickHouseSerializer
-
Creates composite serializer.
- of(ClickHouseValue, boolean) - Static method in class com.clickhouse.data.value.ClickHouseBoolValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, byte[]) - Static method in class com.clickhouse.data.value.ClickHouseStringValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, byte, boolean) - Static method in class com.clickhouse.data.value.ClickHouseByteValue
-
Updates value of the given object or create a new instance when
refis null. - of(ClickHouseValue, double) - Static method in class com.clickhouse.data.value.ClickHouseDoubleValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, double[]) - Static method in class com.clickhouse.data.value.ClickHouseGeoPointValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, double[][]) - Static method in class com.clickhouse.data.value.ClickHouseGeoRingValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, double[][][]) - Static method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, double[][][][]) - Static method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, float) - Static method in class com.clickhouse.data.value.ClickHouseFloatValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, int, boolean) - Static method in class com.clickhouse.data.value.ClickHouseIntegerValue
-
Updates value of the given object or create a new instance when
refis null. - of(ClickHouseValue, long, boolean) - Static method in class com.clickhouse.data.value.ClickHouseLongValue
-
Updates value of the given object or create a new instance when
refis null. - of(ClickHouseValue, short, boolean) - Static method in class com.clickhouse.data.value.ClickHouseShortValue
-
Updates value of the given object or create a new instance when
refis null. - of(ClickHouseValue, ClickHouseEnum, int) - Static method in class com.clickhouse.data.value.ClickHouseEnumValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, ClickHouseBitmap) - Static method in class com.clickhouse.data.value.ClickHouseBitmapValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, Enum<?>) - Static method in class com.clickhouse.data.value.ClickHouseEnumValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, String) - Static method in class com.clickhouse.data.value.ClickHouseStringValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, String, int, TimeZone) - Static method in class com.clickhouse.data.value.ClickHouseDateTimeValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, String, int, TimeZone) - Static method in class com.clickhouse.data.value.ClickHouseInstantValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, BigDecimal) - Static method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, BigInteger) - Static method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, Inet4Address) - Static method in class com.clickhouse.data.value.ClickHouseIpv4Value
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, Inet6Address) - Static method in class com.clickhouse.data.value.ClickHouseIpv6Value
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, Instant, int, TimeZone) - Static method in class com.clickhouse.data.value.ClickHouseInstantValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, LocalDate) - Static method in class com.clickhouse.data.value.ClickHouseDateValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, LocalDateTime, int, TimeZone) - Static method in class com.clickhouse.data.value.ClickHouseDateTimeValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, LocalDateTime, int, TimeZone) - Static method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, List<ClickHouseColumn>, Object[][]) - Static method in class com.clickhouse.data.value.ClickHouseNestedValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, List<Object>) - Static method in class com.clickhouse.data.value.ClickHouseTupleValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, Map<?, ?>, Class<?>, Class<?>) - Static method in class com.clickhouse.data.value.ClickHouseMapValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, UUID) - Static method in class com.clickhouse.data.value.ClickHouseUuidValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseValue, T[]) - Static method in class com.clickhouse.data.value.ClickHouseArrayValue
-
Update value of the given object or create a new instance if
refis null. - of(ClickHouseWriter) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Creates an input stream using the given customer writer.
- of(ClickHouseWriter, ClickHouseCompression, int, ClickHouseFormat) - Static method in class com.clickhouse.data.ClickHousePassThruStream
- of(ClickHouseWriter, ClickHouseCompression, ClickHouseFormat) - Static method in class com.clickhouse.data.ClickHousePassThruStream
- of(ClickHouseBitmap) - Static method in class com.clickhouse.data.value.ClickHouseBitmapValue
-
Wrap the given value.
- of(File) - Static method in class com.clickhouse.data.ClickHouseFile
- of(File...) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given files.
- of(File, ClickHouseCompression, int, ClickHouseFormat) - Static method in class com.clickhouse.data.ClickHouseFile
- of(File, ClickHouseCompression, ClickHouseFormat) - Static method in class com.clickhouse.data.ClickHouseFile
- of(InputStream) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given input stream.
- of(InputStream...) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given input streams.
- of(InputStream, int) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given input stream.
- of(InputStream, int, ClickHouseCompression, int, Runnable) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given input stream.
- of(InputStream, int, Runnable) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given input stream.
- of(InputStream, ClickHouseCompression) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given input stream.
- of(InputStream, ClickHouseCompression, int, ClickHouseFormat) - Static method in class com.clickhouse.data.ClickHouseFile
- of(InputStream, ClickHouseCompression, int, ClickHouseFormat) - Static method in class com.clickhouse.data.ClickHousePassThruStream
- of(InputStream, ClickHouseCompression, ClickHouseFormat) - Static method in class com.clickhouse.data.ClickHousePassThruStream
- of(InputStream, OutputStream, ClickHouseCompression, int, ClickHouseFormat) - Static method in class com.clickhouse.data.ClickHousePassThruStream
- of(OutputStream) - Static method in class com.clickhouse.data.ClickHouseOutputStream
-
Wraps the given output stream.
- of(OutputStream, int) - Static method in class com.clickhouse.data.ClickHouseOutputStream
-
Wraps the given output stream.
- of(OutputStream, int, ClickHouseCompression, int, Runnable) - Static method in class com.clickhouse.data.ClickHouseOutputStream
-
Wraps the given output stream.
- of(OutputStream, ClickHouseCompression, int, ClickHouseFormat) - Static method in class com.clickhouse.data.ClickHousePassThruStream
- of(OutputStream, ClickHouseCompression, ClickHouseFormat) - Static method in class com.clickhouse.data.ClickHousePassThruStream
- of(Class<? extends Enum>) - Static method in class com.clickhouse.data.ClickHouseEnum
- of(Enum<?>) - Static method in class com.clickhouse.data.value.ClickHouseEnumValue
-
Wrap the given value.
- of(Iterable<T>, Class<T>, Function<T, byte[]>, int, Runnable) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given iterable objects as byte array based binary input stream.
- of(Iterable<T>, Class<T>, Function<T, byte[]>, Runnable) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given iterable objects as byte array based binary input stream.
- of(Number) - Static method in class com.clickhouse.data.value.ClickHouseFloatValue
-
Wrap the given value.
- of(Number, boolean) - Static method in class com.clickhouse.data.value.ClickHouseByteValue
-
Wraps the given value.
- of(Number, boolean) - Static method in class com.clickhouse.data.value.ClickHouseIntegerValue
-
Wraps the given value.
- of(Number, boolean) - Static method in class com.clickhouse.data.value.ClickHouseLongValue
-
Wraps the given value.
- of(Number, boolean) - Static method in class com.clickhouse.data.value.ClickHouseShortValue
-
Wraps the given value.
- of(Object...) - Static method in class com.clickhouse.data.value.ClickHouseTupleValue
-
Wrap the given value.
- of(Object, Object...) - Static method in class com.clickhouse.logging.LogMessage
-
Creates a log message with arguments.
- of(String) - Static method in enum com.clickhouse.data.ClickHouseAggregateFunction
-
Converts given type name to corresponding aggregate function.
- of(String) - Static method in enum com.clickhouse.data.ClickHouseDataType
-
Converts given type name to corresponding data type.
- of(String) - Static method in class com.clickhouse.data.ClickHouseFile
- of(String) - Static method in class com.clickhouse.data.ClickHouseVersion
-
Parses the given string to extract version.
- of(String) - Static method in class com.clickhouse.data.value.ClickHouseStringValue
-
Wrap the given value.
- of(String...) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given (UTF-8)strings.
- of(String, int, TimeZone) - Static method in class com.clickhouse.data.value.ClickHouseDateTimeValue
-
Wrap the given getValue().
- of(String, int, TimeZone) - Static method in class com.clickhouse.data.value.ClickHouseInstantValue
-
Wrap the given getValue().
- of(String, ClickHouseCompression, int, ClickHouseFormat) - Static method in class com.clickhouse.data.ClickHouseFile
- of(String, ClickHouseCompression, ClickHouseFormat) - Static method in class com.clickhouse.data.ClickHouseFile
- of(String, ClickHouseDataType, boolean, boolean, String...) - Static method in class com.clickhouse.data.ClickHouseColumn
- of(String, ClickHouseDataType, boolean, int, int) - Static method in class com.clickhouse.data.ClickHouseColumn
- of(String, ClickHouseDataType, boolean, ClickHouseColumn...) - Static method in class com.clickhouse.data.ClickHouseColumn
- of(String, String) - Static method in class com.clickhouse.data.ClickHouseColumn
- of(BigDecimal) - Static method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
-
Wrap the given value.
- of(BigInteger) - Static method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
-
Wrap the given value.
- of(Inet4Address) - Static method in class com.clickhouse.data.value.ClickHouseIpv4Value
-
Wrap the given value.
- of(Inet6Address) - Static method in class com.clickhouse.data.value.ClickHouseIpv6Value
-
Wrap the given value.
- of(URL...) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given URLs.
- of(ByteBuffer) - Static method in class com.clickhouse.data.ClickHouseByteBuffer
-
Wraps given byte buffer.
- of(ByteBuffer...) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given byte buffers.
- of(Path) - Static method in class com.clickhouse.data.ClickHouseFile
- of(Instant, int, TimeZone) - Static method in class com.clickhouse.data.value.ClickHouseInstantValue
-
Wrap the given getValue().
- of(LocalDate) - Static method in class com.clickhouse.data.value.ClickHouseDateValue
-
Wrap the given value.
- of(LocalDateTime, int, TimeZone) - Static method in class com.clickhouse.data.value.ClickHouseDateTimeValue
-
Wrap the given getValue().
- of(LocalDateTime, int, TimeZone) - Static method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
-
Wrap the given getValue().
- of(BlockingQueue<ByteBuffer>, int) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given blocking queue.
- of(BlockingQueue<ByteBuffer>, int, Runnable) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given blocking queue.
- of(CompletableFuture<T>) - Static method in class com.clickhouse.data.ClickHouseDeferredValue
-
Wraps a future object.
- of(CompletableFuture<T>, long) - Static method in class com.clickhouse.data.ClickHouseDeferredValue
-
Wraps a future object.
- of(Supplier<T>) - Static method in class com.clickhouse.data.ClickHouseDeferredValue
-
Wraps return value from a supplier function.
- of(List<byte[]>, int, int) - Static method in class com.clickhouse.data.ClickHouseByteBuffer
-
Wraps given byte arrays as byte buffer.
- of(List<ClickHouseColumn>, ClickHouseValue[]) - Static method in class com.clickhouse.data.ClickHouseSimpleRecord
-
Creates a record object to wrap given values.
- of(List<ClickHouseColumn>, Object[][]) - Static method in class com.clickhouse.data.value.ClickHouseNestedValue
-
Wrap the given value.
- of(List<ClickHouseDeserializer>) - Static method in interface com.clickhouse.data.ClickHouseDeserializer
- of(List<ClickHouseSerializer>) - Static method in interface com.clickhouse.data.ClickHouseSerializer
- of(Map<?, ?>, Class<?>, Class<?>) - Static method in class com.clickhouse.data.value.ClickHouseMapValue
-
Wrap the given value.
- of(Map<K, V>, K...) - Static method in class com.clickhouse.data.ClickHouseFreezableMap
-
Creates a freezable map with initial data and optional whitelisted keys.
- of(UUID) - Static method in class com.clickhouse.data.value.ClickHouseUuidValue
-
Wrap the given value.
- of(T[]) - Static method in class com.clickhouse.data.value.ClickHouseArrayValue
-
Wrap the given value.
- of(T[], Class<T>, Function<T, byte[]>, Runnable) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given array of object as byte array based binary input stream.
- of(T, Class<T>) - Static method in class com.clickhouse.data.ClickHouseDeferredValue
-
Wraps given value as a deferred value.
- ofEmpty() - Static method in class com.clickhouse.data.value.ClickHouseArrayValue
-
Creates an empty array.
- ofEmpty() - Static method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
-
Creates an empty multi-polygon.
- ofEmpty() - Static method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
-
Creates an empty polygon.
- ofEmpty() - Static method in class com.clickhouse.data.value.ClickHouseGeoRingValue
-
Creates an empty ring.
- ofEmpty(ClickHouseDataType) - Static method in class com.clickhouse.data.value.ClickHouseBitmapValue
-
Create a new instance representing empty value.
- ofEmpty(ClickHouseValue, ClickHouseDataType) - Static method in class com.clickhouse.data.value.ClickHouseBitmapValue
-
Update given value to empty or create a new instance if
refis null. - ofEmpty(Class<?>, Class<?>) - Static method in class com.clickhouse.data.value.ClickHouseMapValue
-
Creates an empty map.
- ofEmpty(Class<T>) - Static method in class com.clickhouse.data.value.ClickHouseArrayValue
-
Creates an empty array.
- ofEmpty(List<ClickHouseColumn>) - Static method in class com.clickhouse.data.value.ClickHouseNestedValue
-
Creates an empty nested value.
- ofNull() - Static method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
-
Create a new instance representing null value.
- ofNull() - Static method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
-
Create a new instance representing null value.
- ofNull() - Static method in class com.clickhouse.data.value.ClickHouseBoolValue
-
Create a new instance representing null value.
- ofNull() - Static method in class com.clickhouse.data.value.ClickHouseByteValue
-
Creates a new instance representing null
Int8value. - ofNull() - Static method in class com.clickhouse.data.value.ClickHouseDateValue
-
Create a new instance representing null value.
- ofNull() - Static method in class com.clickhouse.data.value.ClickHouseDoubleValue
-
Create a new instance representing null value.
- ofNull() - Static method in class com.clickhouse.data.value.ClickHouseFloatValue
-
Create a new instance representing null value.
- ofNull() - Static method in class com.clickhouse.data.value.ClickHouseIntegerValue
-
Creates a new instance representing null
Int32value. - ofNull() - Static method in class com.clickhouse.data.value.ClickHouseIpv4Value
-
Create a new instance representing null value.
- ofNull() - Static method in class com.clickhouse.data.value.ClickHouseIpv6Value
-
Create a new instance representing null value.
- ofNull() - Static method in class com.clickhouse.data.value.ClickHouseLongValue
-
Creates a new instance representing null
Int64value. - ofNull() - Static method in class com.clickhouse.data.value.ClickHouseShortValue
-
Creates a new instance representing null
Int16value. - ofNull() - Static method in class com.clickhouse.data.value.ClickHouseStringValue
-
Create a new instance representing null value.
- ofNull() - Static method in class com.clickhouse.data.value.ClickHouseUuidValue
-
Create a new instance representing null value.
- ofNull(boolean) - Static method in class com.clickhouse.data.value.ClickHouseByteValue
-
Creates a new instance representing null value.
- ofNull(boolean) - Static method in class com.clickhouse.data.value.ClickHouseIntegerValue
-
Creates a new instance representing null value.
- ofNull(boolean) - Static method in class com.clickhouse.data.value.ClickHouseLongValue
-
Creates a new instance representing null value.
- ofNull(boolean) - Static method in class com.clickhouse.data.value.ClickHouseShortValue
-
Creates a new instance representing null value.
- ofNull(int, TimeZone) - Static method in class com.clickhouse.data.value.ClickHouseDateTimeValue
-
Create a new instance representing null getValue().
- ofNull(int, TimeZone) - Static method in class com.clickhouse.data.value.ClickHouseInstantValue
-
Create a new instance representing null getValue().
- ofNull(int, TimeZone) - Static method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
-
Create a new instance representing null getValue().
- ofNull(ClickHouseEnum) - Static method in class com.clickhouse.data.value.ClickHouseEnumValue
-
Create a new instance representing null value.
- ofNull(ClickHouseValue) - Static method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
-
Update given value to null or create a new instance if
refis null. - ofNull(ClickHouseValue) - Static method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
-
Update given value to null or create a new instance if
refis null. - ofNull(ClickHouseValue) - Static method in class com.clickhouse.data.value.ClickHouseBoolValue
-
Update given value to null or create a new instance if
refis null. - ofNull(ClickHouseValue) - Static method in class com.clickhouse.data.value.ClickHouseDateValue
-
Update given value to null or create a new instance if
refis null. - ofNull(ClickHouseValue) - Static method in class com.clickhouse.data.value.ClickHouseDoubleValue
-
Update given value to null or create a new instance if
refis null. - ofNull(ClickHouseValue) - Static method in class com.clickhouse.data.value.ClickHouseFloatValue
-
Update given value to null or create a new instance if
refis null. - ofNull(ClickHouseValue) - Static method in class com.clickhouse.data.value.ClickHouseIpv4Value
-
Update given value to null or create a new instance if
refis null. - ofNull(ClickHouseValue) - Static method in class com.clickhouse.data.value.ClickHouseIpv6Value
-
Update given value to null or create a new instance if
refis null. - ofNull(ClickHouseValue) - Static method in class com.clickhouse.data.value.ClickHouseStringValue
-
Update given value to null or create a new instance if
refis null. - ofNull(ClickHouseValue) - Static method in class com.clickhouse.data.value.ClickHouseUuidValue
-
Update given value to null or create a new instance if
refis null. - ofNull(ClickHouseValue, boolean) - Static method in class com.clickhouse.data.value.ClickHouseByteValue
-
Updates the given value to null or creates a new instance when
refis null. - ofNull(ClickHouseValue, boolean) - Static method in class com.clickhouse.data.value.ClickHouseIntegerValue
-
Updates the given value to null or creates a new instance when
refis null. - ofNull(ClickHouseValue, boolean) - Static method in class com.clickhouse.data.value.ClickHouseLongValue
-
Updates the given value to null or creates a new instance when
refis null. - ofNull(ClickHouseValue, boolean) - Static method in class com.clickhouse.data.value.ClickHouseShortValue
-
Updates the given value to null or creates a new instance when
refis null. - ofNull(ClickHouseValue, int, TimeZone) - Static method in class com.clickhouse.data.value.ClickHouseDateTimeValue
-
Update given value to null or create a new instance if
refis null. - ofNull(ClickHouseValue, int, TimeZone) - Static method in class com.clickhouse.data.value.ClickHouseInstantValue
-
Update given value to null or create a new instance if
refis null. - ofNull(ClickHouseValue, int, TimeZone) - Static method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
-
Update given value to null or create a new instance if
refis null. - ofNull(ClickHouseValue, ClickHouseEnum) - Static method in class com.clickhouse.data.value.ClickHouseEnumValue
-
Update given value to null or create a new instance if
refis null. - ofNull(ClickHouseValue, Class<? extends Enum>) - Static method in class com.clickhouse.data.value.ClickHouseEnumValue
-
Update given value to null or create a new instance if
refis null. - ofNull(Class<? extends Enum>) - Static method in class com.clickhouse.data.value.ClickHouseEnumValue
-
Create a new instance representing null value.
- ofOrigin() - Static method in class com.clickhouse.data.value.ClickHouseGeoPointValue
-
Creats a point of origin.
- ofUnsigned(byte) - Static method in class com.clickhouse.data.value.ClickHouseByteValue
-
Wraps the given
UInt8value. - ofUnsigned(int) - Static method in class com.clickhouse.data.value.ClickHouseByteValue
-
Wraps the given
UInt8value. - ofUnsigned(int) - Static method in class com.clickhouse.data.value.ClickHouseIntegerValue
-
Wraps the given
UInt32value. - ofUnsigned(int) - Static method in class com.clickhouse.data.value.ClickHouseLongValue
-
Wraps the given
UInt64value. - ofUnsigned(int) - Static method in class com.clickhouse.data.value.ClickHouseShortValue
-
Wraps the given
UInt16value. - ofUnsigned(long) - Static method in class com.clickhouse.data.value.ClickHouseLongValue
-
Wraps the given
UInt64value. - ofUnsigned(short) - Static method in class com.clickhouse.data.value.ClickHouseShortValue
-
Wraps the given
UInt16value. - ofUnsignedNull() - Static method in class com.clickhouse.data.value.ClickHouseByteValue
-
Creates a new instance representing null
UInt8value. - ofUnsignedNull() - Static method in class com.clickhouse.data.value.ClickHouseIntegerValue
-
Creates a new instance representing null
UInt32value. - ofUnsignedNull() - Static method in class com.clickhouse.data.value.ClickHouseLongValue
-
Creates a new instance representing null
UInt64value. - ofUnsignedNull() - Static method in class com.clickhouse.data.value.ClickHouseShortValue
-
Creates a new instance representing null
UInt16value. - ONE - Static variable in class com.clickhouse.data.value.UnsignedByte
- ONE - Static variable in class com.clickhouse.data.value.UnsignedInteger
- ONE - Static variable in class com.clickhouse.data.value.UnsignedLong
- ONE - Static variable in class com.clickhouse.data.value.UnsignedShort
- optionChanged(T, ClickHouseOption, Serializable, Serializable) - Method in interface com.clickhouse.config.ClickHouseConfigChangeListener
-
Triggered when
ClickHouseOptionwas changed. - ORC - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- output - Variable in class com.clickhouse.data.ClickHouseDataProcessor
P
- PARAM_PRECISION - Static variable in class com.clickhouse.data.ClickHouseValues
- PARAM_SCALE - Static variable in class com.clickhouse.data.ClickHouseValues
- Parquet - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- parse(String) - Static method in class com.clickhouse.data.ClickHouseColumn
- parseJson(String) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Simple and un-protected JSON parser.
- parseVersion(String) - Static method in class com.clickhouse.data.ClickHouseVersion
-
Parses given version without caching.
- peek() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Peeks one byte.
- PERFORMANCE - Enum constant in enum com.clickhouse.config.ClickHouseBufferingMode
-
Performance mode provides best performance at the cost of more CPU and much much more memory usage - almost everything is loaded into working memory.
- pipe(ClickHouseOutputStream) - Method in class com.clickhouse.data.ClickHouseInputStream
-
Reads all remaining bytes and write into given output stream.
- pipe(InputStream, OutputStream, byte[]) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Transfers data from input stream to output stream.
- pipe(InputStream, OutputStream, int) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Transfers data from input stream to output stream.
- Point - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- Polygon - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- position - Variable in class com.clickhouse.data.ClickHouseByteBuffer
- position() - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Gets start position.
- position(int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Sets new position.
- postCloseAction - Variable in class com.clickhouse.data.ClickHouseInputStream
-
Optional post close action.
- postCloseAction - Variable in class com.clickhouse.data.ClickHouseOutputStream
- PostgreSQLWire - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- Pretty - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- PrettyCompact - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- PrettyCompactMonoBlock - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- PrettyCompactNoEscapes - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- PrettyJSONEachRow - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- PrettyMonoBlock - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- PrettyNoEscapes - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- PrettyNoEscapesMonoBlock - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- PrettySpace - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- PrettySpaceMonoBlock - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- PrettySpaceNoEscapes - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- PrettySpaceNoEscapesMonoBlock - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- Prometheus - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- propertyChanged(T, String, Object, Object) - Method in interface com.clickhouse.config.ClickHouseConfigChangeListener
-
Triggered when property of
sourcewas changed. - Protobuf - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- ProtobufList - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- ProtobufSingle - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- put(K, V) - Method in class com.clickhouse.data.ClickHouseFreezableMap
- putAll(Map<? extends K, ? extends V>) - Method in class com.clickhouse.data.ClickHouseFreezableMap
Q
- quantile - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantileBFloat16 - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantileBFloat16Weighted - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantileDeterministic - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantileExact - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantileExactExclusive - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantileExactHigh - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantileExactInclusive - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantileExactLow - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantileExactWeighted - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantiles - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantilesBFloat16 - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantilesBFloat16Weighted - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantilesDeterministic - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantilesExact - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantilesExactExclusive - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantilesExactHigh - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantilesExactInclusive - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantilesExactLow - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantilesExactWeighted - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantilesTDigest - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantilesTDigestWeighted - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantilesTiming - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantilesTimingWeighted - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantileTDigest - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantileTDigestWeighted - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantileTiming - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- quantileTimingWeighted - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
R
- rank - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- rankCorr - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- RawBLOB - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- read(ClickHouseValue) - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Reads deserialized value of next column(at
readPosition) directly from input stream. - readAndFill(ClickHouseRecord) - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Reads columns(starting from
readPosition) from input stream and fill deserialized data into the given record. - readAndFill(ClickHouseValue) - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Reads next column(at
readPositionfrom input stream and fill deserialized data into the given value object. - readAsciiString() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Reads ascii string from input stream.
- readAsciiString(int) - Method in class com.clickhouse.data.ClickHouseInputStream
-
Reads ascii string from input stream.
- readBoolean() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Reads a byte as boolean.
- readBuffer(int) - Method in class com.clickhouse.data.ClickHouseInputStream
-
Reads byte buffer from the input stream.
- readBufferUntil(byte[]) - Method in class com.clickhouse.data.ClickHouseInputStream
-
Reads byte buffer from the input stream until the first match of the separator.
- readByte() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Reads one single byte from the input stream.
- readBytes(int) - Method in class com.clickhouse.data.ClickHouseInputStream
-
Reads
lengthbytes from the input stream. - readColumn(String, int, int, String, List<ClickHouseColumn>) - Static method in class com.clickhouse.data.ClickHouseColumn
- readColumns() - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Reads columns from input stream.
- readCustom(ClickHouseDataUpdater) - Method in class com.clickhouse.data.ClickHouseInputStream
-
Reads bytes using custom reader.
- readEnumValues(String, int, int, Map<String, Integer>) - Static method in class com.clickhouse.data.ClickHouseUtils
- readNameOrQuotedString(String, int, int, StringBuilder) - Static method in class com.clickhouse.data.ClickHouseUtils
- readParameters(String, int, int, List<String>) - Static method in class com.clickhouse.data.ClickHouseUtils
- readPosition - Variable in class com.clickhouse.data.ClickHouseDataProcessor
-
Column index shared by
ClickHouseDataProcessor.read(ClickHouseValue),ClickHouseDataProcessor.records(), andClickHouseDataProcessor.values(). - readString(int, Charset) - Method in class com.clickhouse.data.ClickHouseInputStream
-
Reads binary string from the input stream.
- readString(Charset) - Method in class com.clickhouse.data.ClickHouseInputStream
-
Reads binary string from the input stream.
- readUnicodeString() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Reads unicode string from input stream.
- readUnicodeString(int) - Method in class com.clickhouse.data.ClickHouseInputStream
-
Reads unicode string from input stream.
- readUnsignedByte() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Reads an unsigned byte from the input stream.
- readValueArray(String, int, int) - Static method in class com.clickhouse.data.ClickHouseUtils
- readValueArray(String, int, int, Consumer<String>) - Static method in class com.clickhouse.data.ClickHouseUtils
- readVarInt() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Reads a varint from input stream.
- readVarInt(InputStream) - Static method in class com.clickhouse.data.ClickHouseByteUtils
-
Reads varint from given input stream.
- readVarLong() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Reads 64-bit varint as long from input stream.
- records() - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Returns an iterable collection of records which can be walked through in a foreach-loop.
- records(Class<T>) - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Returns an iterable collection of mapped objects which can be walked through in a foreach loop.
- records(Class<T>, T) - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Returns an iterable collection of mapped objects which can be walked through in a foreach loop.
- reference - Variable in class com.clickhouse.data.value.ClickHouseBitmap
- Regexp - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- remainder(UnsignedByte) - Method in class com.clickhouse.data.value.UnsignedByte
-
Returns an
UnsignedBytewhose value is(this % val). - remainder(UnsignedInteger) - Method in class com.clickhouse.data.value.UnsignedInteger
-
Returns an
UnsignedIntegerwhose value is(this % val). - remainder(UnsignedLong) - Method in class com.clickhouse.data.value.UnsignedLong
-
Returns an
UnsignedLongwhose value is(this % val). - remainder(UnsignedShort) - Method in class com.clickhouse.data.value.UnsignedShort
-
Returns an
UnsignedShortwhose value is(this % val). - remove(Object) - Method in class com.clickhouse.data.ClickHouseFreezableMap
- remove(String, char, char...) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Removes specific character from the given string.
- REMOVE_PREFIX - Enum constant in enum com.clickhouse.config.ClickHouseRenameMethod
-
Removes prefix including the dot.
- removeColumn(ClickHouseColumn) - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- removeColumn(String) - Method in class com.clickhouse.data.ClickHouseExternalTable.Builder
- removeUserData(String) - Method in class com.clickhouse.data.ClickHouseInputStream
-
Removes user data.
- rename(String) - Method in enum com.clickhouse.config.ClickHouseRenameMethod
-
Rename the given name.
- reset() - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Resets the buffer to empty.
- resetToDefault() - Method in interface com.clickhouse.data.ClickHouseValue
-
Resets to default value of corresponding data type.
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseByteValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseDateValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseLongValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseMapValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseShortValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- resetToDefault() - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- resetToNullOrEmpty() - Method in interface com.clickhouse.data.ClickHouseValue
-
Resets value to null, or empty when null is not supported(e.g.
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseByteValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseLongValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseMapValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseShortValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- resetToNullOrEmpty() - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- RESOURCE_EFFICIENT - Enum constant in enum com.clickhouse.config.ClickHouseBufferingMode
-
Resource-efficient mode provides reasonable performance with least CPU and memory usage, which makes it ideal as default mode.
- retention - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- reusableBuffer() - Method in class com.clickhouse.data.ClickHouseInputStream
-
Checks whether the internal buffer is reused among multiple reads.
- reverse() - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Reverses the byte array.
- reverse(int, int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Reverses the byte array.
- Ring - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- row_number - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- RowBinary - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- RowBinaryWithDefaults - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- RowBinaryWithNames - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- RowBinaryWithNamesAndTypes - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- runBlockingTask(Supplier<T>) - Method in class com.clickhouse.data.ClickHouseDataStreamFactory
-
Executes a blocking task using
CompletableFuture.supplyAsync(Supplier)and customExecutorService.
S
- save(ClickHouseDataConfig, InputStream) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Saves data from the given input stream to a temporary file, which will be deleted after JVM exited.
- save(ClickHouseDataConfig, InputStream, File) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Saves data from the given input stream to the specified file.
- save(File, InputStream, int, int, boolean) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Deprecated.
- save(InputStream) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Saves data from the given input stream to a temporary file, which will be deleted after JVM exited.
- save(InputStream, int, int) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Deprecated.will be dropped in 0.5, please use
ClickHouseInputStream.save(InputStream)instead - save(InputStream, File) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Saves data from the given input stream to the specified file.
- scheduler - Static variable in class com.clickhouse.data.ClickHouseDataStreamFactory.DefaultExecutors
- scheduleTask(Runnable, long, TimeUnit) - Method in class com.clickhouse.data.ClickHouseDataStreamFactory
-
Schedules a task using
ScheduledExecutorService.schedule(Runnable, long, TimeUnit)and customScheduledExecutorService. - sequenceCount - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- sequenceMatch - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- sequenceNextNode - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- serde - Variable in class com.clickhouse.data.ClickHouseDataProcessor
- serialize(ClickHouseValue, ClickHouseOutputStream) - Method in class com.clickhouse.data.ClickHouseSerializer.CompositeSerializer
- serialize(ClickHouseValue, ClickHouseOutputStream) - Method in interface com.clickhouse.data.ClickHouseSerializer
-
Writes serialized value to output stream.
- serialize(ByteBuffer) - Method in class com.clickhouse.data.value.ClickHouseBitmap
- serializedSizeInBytes() - Method in class com.clickhouse.data.value.ClickHouseBitmap
- serializedSizeInBytesAsLong() - Method in class com.clickhouse.data.value.ClickHouseBitmap
- serializers - Variable in class com.clickhouse.data.ClickHouseDataProcessor.DefaultSerDe
- serializers - Variable in class com.clickhouse.data.ClickHouseSerializer.CompositeSerializer
- set(boolean, boolean) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- set(boolean, byte) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- set(boolean, double) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- set(boolean, float) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- set(boolean, int) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- set(boolean, int) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- set(boolean, long) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- set(boolean, short) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- set(byte[]) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- set(double[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- set(double[][]) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- set(double[][][]) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- set(double[][][][]) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- set(Object[][]) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- set(String) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- set(Map<?, ?>) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- set(T) - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- set(T[]) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- setColumnIndex(int, int) - Method in class com.clickhouse.data.ClickHouseColumn
-
Sets zero-based column index and column count.
- setCopyToTarget(OutputStream) - Method in class com.clickhouse.data.ClickHouseInputStream
-
Sets target output stream to copy bytes to.
- setFloat32(byte[], int, float) - Method in class com.clickhouse.data.ByteUtils
- setFloat32(byte[], int, float) - Static method in class com.clickhouse.data.ClickHouseByteUtils
- setFloat64(byte[], int, double) - Method in class com.clickhouse.data.ByteUtils
- setFloat64(byte[], int, double) - Static method in class com.clickhouse.data.ClickHouseByteUtils
- setHasDefault(boolean) - Method in class com.clickhouse.data.ClickHouseColumn
- setInt16(byte[], int, short) - Method in class com.clickhouse.data.ByteUtils
- setInt16(byte[], int, short) - Static method in class com.clickhouse.data.ClickHouseByteUtils
- setInt32(byte[], int, int) - Method in class com.clickhouse.data.ByteUtils
- setInt32(byte[], int, int) - Static method in class com.clickhouse.data.ClickHouseByteUtils
- setInt64(byte[], int, long) - Method in class com.clickhouse.data.ByteUtils
- setInt64(byte[], int, long) - Static method in class com.clickhouse.data.ClickHouseByteUtils
- setInt8(byte[], int, byte) - Method in class com.clickhouse.data.ByteUtils
- setLength(int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Sets new length.
- settingChanged(T, String, Serializable, Serializable) - Method in interface com.clickhouse.config.ClickHouseConfigChangeListener
-
Triggered when ClickHouse setting(declared on client-side) was changed.
- setUserData(String, T) - Method in class com.clickhouse.data.ClickHouseInputStream
-
Sets user data.
- setValue(int, ClickHouseValue) - Method in interface com.clickhouse.data.ClickHouseArraySequence
-
Sets value to the specified position in this array.
- setValue(int, ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- setVarInt(ByteBuffer, int) - Static method in class com.clickhouse.data.ClickHouseByteUtils
-
Write varint to given output stream.
- SimpleAggregateFunction - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- simpleLinearRegression - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- singleValueOrNull - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- size() - Method in class com.clickhouse.data.ClickHouseFreezableMap
- size() - Method in interface com.clickhouse.data.ClickHouseRecord
-
Gets size of the record.
- size() - Method in class com.clickhouse.data.ClickHouseSimpleRecord
- skewPop - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- skewSamp - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- skipBrackets(String, int, int, char) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Skip brackets and content inside with consideration of nested brackets, quoted string and comments.
- skipContentsUntil(String, int, int, char...) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Skip quoted string, comments, and brackets until seeing one of
endCharsor reaching end of the given string. - skipContentsUntil(String, int, int, String[], boolean) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Skip quoted string, comments, and brackets until seeing all the given
keywords(with only whitespaces or comments in between) or reaching end of the given string. - skipContentsUntil(String, int, int, String, boolean) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Skip quoted string, comments, and brackets until seeing the
keywordor reaching end of the given string. - skipMultiLineComment(String, int, int) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Skip nested multi-line comment.
- skipQuotedString(String, int, int, char) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Skip quoted string.
- skipSingleLineComment(String, int, int) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Skip single line comment.
- Slf4jLogger - Class in com.clickhouse.logging
-
Adaptor for slf4j logger.
- Slf4jLogger(Logger) - Constructor for class com.clickhouse.logging.Slf4jLogger
-
Default constructor.
- Slf4jLoggerFactory - Class in com.clickhouse.logging
-
Adaptor of slf4j logger factory.
- Slf4jLoggerFactory() - Constructor for class com.clickhouse.logging.Slf4jLoggerFactory
- slice(int, int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Gets slice of the byte buffer.
- SNAPPY - Enum constant in enum com.clickhouse.data.ClickHouseCompression
- sparkbar - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- SQLInsert - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- stddevPop - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- stddevPopStable - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- stddevSamp - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- stddevSampStable - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- stochasticLinearRegression - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- stochasticLogisticRegression - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- stream - Variable in class com.clickhouse.data.ClickHouseInputStream
-
Underlying pass-thru stream.
- stream - Variable in class com.clickhouse.data.ClickHouseOutputStream
- String - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- studentTTest - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- subtract(UnsignedByte) - Method in class com.clickhouse.data.value.UnsignedByte
-
Returns an
UnsignedBytewhose value is(this - val). - subtract(UnsignedInteger) - Method in class com.clickhouse.data.value.UnsignedInteger
-
Returns an
UnsignedIntegerwhose value is(this - val). - subtract(UnsignedLong) - Method in class com.clickhouse.data.value.UnsignedLong
-
Returns an
UnsignedLongwhose value is(this - val). - subtract(UnsignedShort) - Method in class com.clickhouse.data.value.UnsignedShort
-
Returns an
UnsignedShortwhose value is(this - val). - sum - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- sumCount - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- sumKahan - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- sumMapFiltered - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- sumMapFilteredWithOverflow - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- sumMappedArrays - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- sumMapWithOverflow - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- sumWithOverflow - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- supportsInput() - Method in enum com.clickhouse.data.ClickHouseFormat
-
Checks if the format can be used for input.
- supportsOutput() - Method in enum com.clickhouse.data.ClickHouseFormat
-
Checks if the format can be used for output.
- SYS_TIMEZONE - Static variable in class com.clickhouse.data.ClickHouseValues
- SYS_ZONE - Static variable in class com.clickhouse.data.ClickHouseValues
T
- TabSeparated - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- TabSeparatedRaw - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- TabSeparatedRawWithNames - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- TabSeparatedRawWithNamesAndTypes - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- TabSeparatedWithNames - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- TabSeparatedWithNamesAndTypes - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- Template - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- TemplateIgnoreSpaces - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- templates - Variable in class com.clickhouse.data.ClickHouseDataProcessor.DefaultSerDe
- TEN - Static variable in class com.clickhouse.data.value.UnsignedInteger
- TEN - Static variable in class com.clickhouse.data.value.UnsignedLong
- TIME_FORMATTER - Static variable in class com.clickhouse.data.ClickHouseValues
- TIME_ZERO - Static variable in class com.clickhouse.data.ClickHouseValues
- TO_CAMELCASE - Enum constant in enum com.clickhouse.config.ClickHouseRenameMethod
-
Replaces whitespace and underscore to camel case.
- TO_CAMELCASE_WITHOUT_PREFIX - Enum constant in enum com.clickhouse.config.ClickHouseRenameMethod
-
Removes prefix and replace whitespace and underscore to camel case.
- TO_UNDERSCORE - Enum constant in enum com.clickhouse.config.ClickHouseRenameMethod
-
Replaces whitespace and camel case to underscore.
- TO_UNDERSCORE_WITHOUT_PREFIX - Enum constant in enum com.clickhouse.config.ClickHouseRenameMethod
-
Removes prefix and replace whitespace and camel case to underscore.
- toBitmapBuildExpression() - Method in class com.clickhouse.data.value.ClickHouseBitmap
- toByteBuffer() - Method in class com.clickhouse.data.value.ClickHouseBitmap
-
Serialize the bitmap into a flipped ByteBuffer.
- toBytes() - Method in class com.clickhouse.data.value.ClickHouseBitmap
- toIntArray() - Method in class com.clickhouse.data.value.ClickHouseBitmap
- toJavaByteArrayExpression(byte[]) - Static method in class com.clickhouse.data.ClickHouseUtils
- toKeyValuePairs(String) - Static method in interface com.clickhouse.config.ClickHouseOption
-
Converts given string to key value pairs.
- toLongArray() - Method in class com.clickhouse.data.value.ClickHouseBitmap
- toObjectType(Class<?>) - Static method in enum com.clickhouse.data.ClickHouseDataType
-
Converts given Java class to wrapper object(e.g.
- topK - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- topKWeighted - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- toPrimitiveType(Class<?>) - Static method in enum com.clickhouse.data.ClickHouseDataType
-
Converts given Java class to primitive types(e.g.
- toSqlException() - Method in class com.clickhouse.data.ClickHouseEnum
- toSqlExpression() - Method in interface com.clickhouse.data.ClickHouseValue
-
Converts the value to escaped SQL expression.
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseByteValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseDateValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseLongValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseMapValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseShortValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- toSqlExpression() - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- toString() - Method in class com.clickhouse.data.ClickHouseByteBuffer
- toString() - Method in class com.clickhouse.data.ClickHouseColumn
- toString() - Method in class com.clickhouse.data.ClickHouseVersion
- toString() - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- toString() - Method in class com.clickhouse.data.value.ClickHouseByteValue
- toString() - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- toString() - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- toString() - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- toString() - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- toString() - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- toString() - Method in class com.clickhouse.data.value.ClickHouseLongValue
- toString() - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- toString() - Method in class com.clickhouse.data.value.ClickHouseShortValue
- toString() - Method in class com.clickhouse.data.value.ClickHouseStringValue
- toString() - Method in class com.clickhouse.data.value.UnsignedByte
- toString() - Method in class com.clickhouse.data.value.UnsignedInteger
- toString() - Method in class com.clickhouse.data.value.UnsignedLong
- toString() - Method in class com.clickhouse.data.value.UnsignedShort
- toString(byte) - Static method in class com.clickhouse.data.value.UnsignedByte
-
Returns a
Stringobject representing the specified unsigned byte. - toString(int) - Method in class com.clickhouse.data.value.UnsignedByte
-
Returns a string representation of the first argument as an unsigned integer value in the radix specified by the second argument.
- toString(int) - Method in class com.clickhouse.data.value.UnsignedInteger
-
Returns a string representation of the first argument as an unsigned integer value in the radix specified by the second argument.
- toString(int) - Method in class com.clickhouse.data.value.UnsignedLong
-
Returns a string representation of the first argument as an unsigned integer value in the radix specified by the second argument.
- toString(int) - Method in class com.clickhouse.data.value.UnsignedShort
-
Returns a string representation of the first argument as an unsigned integer value in the radix specified by the second argument.
- toString(short) - Static method in class com.clickhouse.data.value.UnsignedShort
-
Returns a
Stringobject representing the specified unsigned short. - toWiderObjectType(Class<?>) - Static method in enum com.clickhouse.data.ClickHouseDataType
-
Converts given Java class to wider wrapper object(e.g.
- toWiderPrimitiveType(Class<?>) - Static method in enum com.clickhouse.data.ClickHouseDataType
-
Converts given Java class to wider primitive types(e.g.
- trace(Object, Object...) - Method in class com.clickhouse.logging.JdkLogger
- trace(Object, Object...) - Method in interface com.clickhouse.logging.Logger
-
Logs a message at the TRACE level according to the specified format and arguments.
- trace(Object, Object...) - Method in class com.clickhouse.logging.Slf4jLogger
- trace(Object, Throwable) - Method in class com.clickhouse.logging.JdkLogger
- trace(Object, Throwable) - Method in interface com.clickhouse.logging.Logger
-
Logs an error (see
Throwable) at the TRACE level with an accompanying message. - trace(Object, Throwable) - Method in class com.clickhouse.logging.Slf4jLogger
- trace(Supplier<?>) - Method in class com.clickhouse.logging.JdkLogger
- trace(Supplier<?>) - Method in interface com.clickhouse.logging.Logger
-
Logs output of a custom function at the TRACE level.
- trace(Supplier<?>) - Method in class com.clickhouse.logging.Slf4jLogger
- transferBytes(byte[]) - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Deprecated.will be dropped in 0.5, please use
ClickHouseOutputStream.writeBuffer(ClickHouseByteBuffer)instead - transferBytes(byte[], int, int) - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Deprecated.will be dropped in 0.5, please use
ClickHouseOutputStream.writeBuffer(ClickHouseByteBuffer)instead - transferBytes(ByteBuffer, int) - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Deprecated.will be dropped in 0.5, please use
ClickHouseOutputStream.writeBuffer(ClickHouseByteBuffer)instead - TSKV - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- TSV - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- TSVRaw - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- TSVRawWithNames - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- TSVRawWithNamesAndTypes - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- TSVWithNames - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- TSVWithNamesAndTypes - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- Tuple - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- TWO - Static variable in class com.clickhouse.data.value.UnsignedInteger
- TWO - Static variable in class com.clickhouse.data.value.UnsignedLong
- TYPE_ARRAY - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_BIG_DECIMAL - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_BIG_INTEGER - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_BOOLEAN - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_BYTE - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_CHAR - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_CLASS - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_DATE - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_DATE_TIME - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_DOUBLE - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_ENUM - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_FLOAT - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_INT - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_IPV4 - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_IPV6 - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_LONG - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_MAP - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_MULTI_POLYGON - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_NAME - Static variable in class com.clickhouse.data.ClickHouseColumn
- TYPE_NAME - Static variable in interface com.clickhouse.data.ClickHouseDataConfig
- TYPE_NAME - Static variable in interface com.clickhouse.data.ClickHouseDeserializer
- TYPE_NAME - Static variable in class com.clickhouse.data.ClickHouseExternalTable
- TYPE_NAME - Static variable in class com.clickhouse.data.ClickHouseInputStream
- TYPE_NAME - Static variable in class com.clickhouse.data.ClickHouseOutputStream
- TYPE_NAME - Static variable in class com.clickhouse.data.ClickHousePassThruStream
- TYPE_NAME - Static variable in interface com.clickhouse.data.ClickHouseSerializer
- TYPE_NAME - Static variable in interface com.clickhouse.data.ClickHouseWriter
- TYPE_NESTED - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_OBJECT - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_POINT - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_POLYGON - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_RING - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_SHORT - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_STRING - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_TIME - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_TUPLE - Static variable in class com.clickhouse.data.ClickHouseValues
- TYPE_UUID - Static variable in class com.clickhouse.data.ClickHouseValues
U
- UInt128 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- UInt16 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- UInt256 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- UInt32 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- UInt64 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- UInt8 - Enum constant in enum com.clickhouse.data.ClickHouseDataType
- unescape(String) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Unescape quoted string.
- unfreeze() - Method in class com.clickhouse.data.ClickHouseFreezableMap
-
Unfreezes the map to accept write operations.
- uniq - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- uniqCombined - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- uniqCombined64 - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- uniqExact - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- uniqHLL12 - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- uniqTheta - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- uniqUpTo - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- UnloadableClassLoader - Class in com.clickhouse.data
-
Custom class loader for generated classes.
- UnloadableClassLoader() - Constructor for class com.clickhouse.data.UnloadableClassLoader
-
Default constructor using
Thread.getContextClassLoader()as parent. - UnloadableClassLoader(ClassLoader) - Constructor for class com.clickhouse.data.UnloadableClassLoader
-
Constructs an unloadable class loader with specified parent class loader.
- unloadClass(String) - Method in class com.clickhouse.data.UnloadableClassLoader
-
Explicitly unloads a generated class.
- UnsignedByte - Class in com.clickhouse.data.value
-
A wrapper class for unsigned
byte. - UnsignedInteger - Class in com.clickhouse.data.value
-
A wrapper class for unsigned
int. - UnsignedLong - Class in com.clickhouse.data.value
-
A wrapper class for unsigned
long. - UnsignedShort - Class in com.clickhouse.data.value
-
A wrapper class for unsigned
short. - unwrap() - Method in class com.clickhouse.data.value.ClickHouseBitmap
- unwrap() - Method in class com.clickhouse.logging.JdkLogger
- unwrap() - Method in interface com.clickhouse.logging.Logger
-
Return logger implementation.
- unwrap() - Method in class com.clickhouse.logging.Slf4jLogger
- unwrap(Class<T>) - Method in interface com.clickhouse.data.ClickHouseCache
-
Gets inner cache object to gain more access.
- update(boolean) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(boolean) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(boolean) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(boolean) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(boolean) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- update(boolean) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- update(boolean) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(boolean) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(boolean) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(boolean) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(boolean) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- update(boolean) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- update(boolean) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(boolean) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- update(boolean) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(boolean[]) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(boolean[]) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(boolean[]) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(boolean[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(boolean[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(boolean[]) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(boolean[]) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(boolean[]) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(byte) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(byte) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(byte[]) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Updates buffer.
- update(byte[]) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(byte[]) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(byte[]) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(byte[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(byte[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(byte[]) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(byte[]) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(byte[]) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(byte[]) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(byte[], int, int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Updates buffer.
- update(byte[], int, int) - Method in interface com.clickhouse.data.ClickHouseDataUpdater
-
Byte array(from
positiontolimit) to update, usually read or write. - update(char) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(char) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(char) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(char) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(char) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- update(char) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- update(char) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- update(char) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- update(char) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- update(char) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(char) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(char) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(char) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(char) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- update(char) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- update(char) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(char) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- update(char) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(char[]) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(char[]) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(char[]) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(char[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(char[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(char[]) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(char[]) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(char[]) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(double) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(double) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(double) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(double) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(double) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(double[]) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(double[]) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(double[]) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(double[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(double[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(double[]) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(double[]) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(double[]) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(float) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(float) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(float) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(float) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(float) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(float[]) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(float[]) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(float[]) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(float[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(float[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(float[]) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(float[]) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(float[]) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(int) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(int) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(int) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(int) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(int) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(int[]) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(int[]) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(int[]) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(int[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(int[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(int[]) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(int[]) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(int[]) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(int, ClickHouseRecord) - Method in interface com.clickhouse.data.ClickHouseRecordTransformer
-
Updates values in the given record.
- update(long) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(long) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(long) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(long) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(long) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(long[]) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(long[]) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(long[]) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(long[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(long[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(long[]) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(long[]) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(long[]) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(short) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(short) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(short) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(short) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(short) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(short[]) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(short[]) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(short[]) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(short[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(short[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(short[]) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(short[]) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(short[]) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(ClickHouseValue) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(ClickHouseValue) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(ClickHouseValue[]) - Method in class com.clickhouse.data.ClickHouseSimpleRecord
- update(InputStream) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(Reader) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(Enum<?>) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(Enum<?>) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(Object) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseObjectValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(Object) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(Object[]) - Method in class com.clickhouse.data.ClickHouseSimpleRecord
- update(Object[]) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(Object[]) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(Object[]) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(Object[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(Object[]) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(Object[]) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(Object[]) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(Object[]) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(String) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(String) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(String) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(String) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(String) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(BigDecimal) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(BigDecimal) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(BigInteger) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseBoolValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseByteValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseDoubleValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseEmptyValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseEnumValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseFloatValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseIntegerValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseLongValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseShortValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(BigInteger) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(Inet4Address) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(Inet4Address) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(Inet4Address) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(Inet4Address) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(Inet4Address) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(Inet4Address) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(Inet4Address) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(Inet4Address) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(Inet4Address) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(Inet4Address) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(Inet4Address) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(Inet4Address) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(Inet4Address) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(Inet4Address) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(Inet4Address) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(Inet4Address) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(Inet6Address) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(Inet6Address) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(Inet6Address) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(Inet6Address) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(Inet6Address) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(Inet6Address) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(Inet6Address) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(Inet6Address) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(Inet6Address) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(Inet6Address) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(Inet6Address) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(Inet6Address) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(Inet6Address) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(Inet6Address) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(Inet6Address) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(Inet6Address) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(ByteBuffer) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Updates buffer.
- update(Instant) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(Instant) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(Instant) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(Instant) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(LocalDate) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(LocalDate) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(LocalDateTime) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(LocalDateTime) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(LocalTime) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseDateValue
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(LocalTime) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- update(OffsetDateTime) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(OffsetDateTime) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(OffsetDateTime) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(OffsetDateTime) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(ZonedDateTime) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(ZonedDateTime) - Method in class com.clickhouse.data.value.ClickHouseDateTimeValue
- update(ZonedDateTime) - Method in class com.clickhouse.data.value.ClickHouseInstantValue
- update(ZonedDateTime) - Method in class com.clickhouse.data.value.ClickHouseOffsetDateTimeValue
- update(Collection<?>) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(Collection<?>) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(Collection<?>) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(Collection<?>) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(Collection<?>) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(Collection<?>) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(Collection<?>) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(Collection<?>) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(Enumeration<?>) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(Enumeration<?>) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(Enumeration<?>) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(Enumeration<?>) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(Enumeration<?>) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(Enumeration<?>) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(Enumeration<?>) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(Enumeration<?>) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(List<byte[]>, int, int) - Method in class com.clickhouse.data.ClickHouseByteBuffer
-
Updates buffer.
- update(Map<?, ?>) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(Map<?, ?>) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(Map<?, ?>) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(Map<?, ?>) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(Map<?, ?>) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(Map<?, ?>) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(Map<?, ?>) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(Map<?, ?>) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(Map<?, ?>) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(UUID) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value.
- update(UUID) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- update(UUID) - Method in class com.clickhouse.data.value.ClickHouseBigDecimalValue
- update(UUID) - Method in class com.clickhouse.data.value.ClickHouseBigIntegerValue
- update(UUID) - Method in class com.clickhouse.data.value.ClickHouseBitmapValue
- update(UUID) - Method in class com.clickhouse.data.value.ClickHouseGeoMultiPolygonValue
- update(UUID) - Method in class com.clickhouse.data.value.ClickHouseGeoPointValue
- update(UUID) - Method in class com.clickhouse.data.value.ClickHouseGeoPolygonValue
- update(UUID) - Method in class com.clickhouse.data.value.ClickHouseGeoRingValue
- update(UUID) - Method in class com.clickhouse.data.value.ClickHouseIpv4Value
- update(UUID) - Method in class com.clickhouse.data.value.ClickHouseIpv6Value
- update(UUID) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- update(UUID) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- update(UUID) - Method in class com.clickhouse.data.value.ClickHouseStringValue
- update(UUID) - Method in class com.clickhouse.data.value.ClickHouseTupleValue
- update(UUID) - Method in class com.clickhouse.data.value.ClickHouseUuidValue
- updateUnknown(Object) - Method in interface com.clickhouse.data.ClickHouseValue
-
Updates value when the type is not supported.
- updateUnknown(Object) - Method in class com.clickhouse.data.value.ClickHouseArrayValue
- updateUnknown(Object) - Method in class com.clickhouse.data.value.ClickHouseMapValue
- updateUnknown(Object) - Method in class com.clickhouse.data.value.ClickHouseNestedValue
- UseObjectConfig(ClickHouseDataConfig) - Constructor for class com.clickhouse.data.ClickHouseDataProcessor.UseObjectConfig
- userData - Variable in class com.clickhouse.data.ClickHouseInputStream
-
User data shared between multiple calls.
- UTC_TIMEZONE - Static variable in class com.clickhouse.data.ClickHouseValues
- UTC_ZONE - Static variable in class com.clickhouse.data.ClickHouseValues
- UUID - Enum constant in enum com.clickhouse.data.ClickHouseDataType
V
- validate(int) - Method in class com.clickhouse.data.ClickHouseEnum
- validate(String) - Method in class com.clickhouse.data.ClickHouseEnum
- value(String) - Method in class com.clickhouse.data.ClickHouseEnum
- valueOf(byte) - Static method in class com.clickhouse.data.value.UnsignedByte
-
Returns a
UnsignedByteinstance representing the specifiedbytevalue. - valueOf(int) - Static method in class com.clickhouse.data.value.UnsignedInteger
-
Returns a
UnsignedIntegerinstance representing the specifiedintvalue. - valueOf(long) - Static method in class com.clickhouse.data.value.UnsignedLong
-
Returns a
UnsignedLonginstance representing the specifiedlongvalue. - valueOf(short) - Static method in class com.clickhouse.data.value.UnsignedShort
-
Returns a
UnsignedShortinstance representing the specifiedshortvalue. - valueOf(String) - Static method in enum com.clickhouse.config.ClickHouseBufferingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.clickhouse.config.ClickHouseRenameMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.clickhouse.data.ClickHouseAggregateFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.clickhouse.data.ClickHouseCompression
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.clickhouse.data.ClickHouseDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.clickhouse.data.ClickHouseFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class com.clickhouse.data.value.UnsignedByte
-
Returns a
UnsignedByteobject holding the value of the specifiedString. - valueOf(String) - Static method in class com.clickhouse.data.value.UnsignedInteger
-
Returns a
UnsignedIntegerobject holding the value of the specifiedString. - valueOf(String) - Static method in class com.clickhouse.data.value.UnsignedLong
-
Returns a
UnsignedLongobject holding the value of the specifiedString. - valueOf(String) - Static method in class com.clickhouse.data.value.UnsignedShort
-
Returns a
UnsignedShortobject holding the value of the specifiedString. - valueOf(String, int) - Static method in class com.clickhouse.data.value.UnsignedByte
-
Returns a
UnsignedByteobject holding the value extracted from the specifiedStringwhen parsed with the radix given by the second argument. - valueOf(String, int) - Static method in class com.clickhouse.data.value.UnsignedInteger
-
Returns a
UnsignedIntegerobject holding the value extracted from the specifiedStringwhen parsed with the radix given by the second argument. - valueOf(String, int) - Static method in class com.clickhouse.data.value.UnsignedLong
-
Returns a
UnsignedLongobject holding the value extracted from the specifiedStringwhen parsed with the radix given by the second argument. - valueOf(String, int) - Static method in class com.clickhouse.data.value.UnsignedShort
-
Returns a
UnsignedShortobject holding the value extracted from the specifiedStringwhen parsed with the radix given by the second argument. - valueOf(BigInteger) - Static method in class com.clickhouse.data.value.UnsignedLong
-
Returns a
UnsignedLonginstance representing the specifiedBigIntegervalue. - values() - Static method in enum com.clickhouse.config.ClickHouseBufferingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.clickhouse.config.ClickHouseRenameMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.clickhouse.data.ClickHouseAggregateFunction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.clickhouse.data.ClickHouseCompression
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Returns an iterable collection of values which can be walked through in a foreach-loop.
- values() - Static method in enum com.clickhouse.data.ClickHouseDataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.clickhouse.data.ClickHouseFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class com.clickhouse.data.ClickHouseFreezableMap
- Values - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- VARIABLE_PREFIX - Static variable in class com.clickhouse.data.ClickHouseUtils
- VARIABLE_SUFFIX - Static variable in class com.clickhouse.data.ClickHouseUtils
- varPop - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- varPopStable - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- varSamp - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- varSampStable - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- Vertical - Enum constant in enum com.clickhouse.data.ClickHouseFormat
W
- waitFor(AtomicBoolean, long, TimeUnit) - Static method in class com.clickhouse.data.ClickHouseUtils
-
Waits until the flag turns to
trueor timed out. - warn(Object, Object...) - Method in class com.clickhouse.logging.JdkLogger
- warn(Object, Object...) - Method in interface com.clickhouse.logging.Logger
-
Logs a message at the WARN level according to the specified format and arguments.
- warn(Object, Object...) - Method in class com.clickhouse.logging.Slf4jLogger
- warn(Object, Throwable) - Method in class com.clickhouse.logging.JdkLogger
- warn(Object, Throwable) - Method in interface com.clickhouse.logging.Logger
-
Logs an error (see
Throwable) at the WRAN level with an accompanying message. - warn(Object, Throwable) - Method in class com.clickhouse.logging.Slf4jLogger
- warn(Supplier<?>) - Method in class com.clickhouse.logging.JdkLogger
- warn(Supplier<?>) - Method in interface com.clickhouse.logging.Logger
-
Logs output of a custom function at the WARN level.
- warn(Supplier<?>) - Method in class com.clickhouse.logging.Slf4jLogger
- welchTTest - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- windowFunnel - Enum constant in enum com.clickhouse.data.ClickHouseAggregateFunction
- wrap(byte...) - Static method in class com.clickhouse.data.value.ClickHouseBitmap
- wrap(int...) - Static method in class com.clickhouse.data.value.ClickHouseBitmap
- wrap(long...) - Static method in class com.clickhouse.data.value.ClickHouseBitmap
- wrap(short...) - Static method in class com.clickhouse.data.value.ClickHouseBitmap
- wrap(ClickHouseDataConfig, List<ClickHouseColumn>, Iterator<ClickHouseRecord>, Class<T>, T) - Static method in interface com.clickhouse.data.ClickHouseRecordMapper
-
Wraps iterable records as mapped objects.
- wrap(ClickHousePassThruStream, InputStream, int, ClickHouseCompression, int, Runnable) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given input stream.
- wrap(InputStream, int, long, Runnable) - Static method in class com.clickhouse.data.ClickHouseInputStream
-
Wraps the given input stream with length limitation.
- wrap(Object, ClickHouseDataType) - Static method in class com.clickhouse.data.value.ClickHouseBitmap
- Wrapped(ClickHouseDataConfig) - Constructor for class com.clickhouse.data.ClickHouseDataConfig.Wrapped
- write(byte[]) - Method in class com.clickhouse.data.ClickHouseOutputStream
- write(byte[], int, int) - Method in class com.clickhouse.data.ClickHouseOutputStream
- write(int) - Method in class com.clickhouse.data.ClickHouseOutputStream
- write(ClickHouseOutputStream) - Method in interface com.clickhouse.data.ClickHouseWriter
-
Writes data to output stream.
- write(ClickHouseValue) - Method in class com.clickhouse.data.ClickHouseDataProcessor
-
Writes serialized value of next column(at
readPosition) to output stream. - writeAsciiString(String) - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Writes ascii string into output stream.
- writeAsync(ClickHouseWriter, ClickHousePipedOutputStream) - Static method in class com.clickhouse.data.ClickHousePipedOutputStream
-
Writes data to the piped output stream in a separate thread.
- writeBoolean(boolean) - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Writes a byte (true=1, false=0) into output stream.
- writeBuffer(ClickHouseByteBuffer) - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Writes bytes into output stream.
- writeByte(byte) - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Writes a single byte into output stream.
- writeBytes(byte[]) - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Writes bytes into output stream.
- writeBytes(byte[], int, int) - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Writes copy of given bytes into output stream.
- writeBytes(ByteBuffer, int) - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Writes bytes into output stream.
- writeCustom(ClickHouseDataUpdater) - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Writes bytes using custom writer.
- writePosition - Variable in class com.clickhouse.data.ClickHouseDataProcessor
-
Column index shared by
ClickHouseDataProcessor.write(ClickHouseValue). - writeString(String, Charset) - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Writes string into the output stream.
- writeUnicodeString(String) - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Writes unicode string into output stream.
- writeUnsignedVarInt(long) - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Writes varint into output stream.
- writeVarInt(int) - Method in class com.clickhouse.data.ClickHouseOutputStream
-
Writes varint into output stream.
- writeVarInt(OutputStream, long) - Static method in class com.clickhouse.data.ClickHouseByteUtils
-
Writes varint to given output stream.
X
- XML - Enum constant in enum com.clickhouse.data.ClickHouseFormat
- XZ - Enum constant in enum com.clickhouse.data.ClickHouseCompression
Z
- ZERO - Static variable in class com.clickhouse.data.value.UnsignedByte
- ZERO - Static variable in class com.clickhouse.data.value.UnsignedInteger
- ZERO - Static variable in class com.clickhouse.data.value.UnsignedLong
- ZERO - Static variable in class com.clickhouse.data.value.UnsignedShort
- ZSTD - Enum constant in enum com.clickhouse.data.ClickHouseCompression
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ClickHouseInputStream.save(InputStream, File)instead