Class RowBinaryFormatReader
java.lang.Object
com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
com.clickhouse.client.api.data_formats.RowBinaryFormatReader
- All Implemented Interfaces:
ClickHouseBinaryFormatReader
-
Field Summary
Fields inherited from class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
binaryStreamReader, currentRecord, input, nextRecord, settings -
Constructor Summary
ConstructorsConstructorDescriptionRowBinaryFormatReader(InputStream inputStream, TableSchema schema) RowBinaryFormatReader(InputStream inputStream, QuerySettings querySettings, TableSchema schema) -
Method Summary
Methods inherited from class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
endReached, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getByte, getByte, getByteArray, getByteArray, getDouble, getDouble, getDoubleArray, getDoubleArray, getDuration, getDuration, getEnum16, getEnum16, getEnum8, getEnum8, getFloat, getFloat, getFloatArray, getFloatArray, getGeoMultiPolygon, getGeoMultiPolygon, getGeoPoint, getGeoPoint, getGeoPolygon, getGeoPolygon, getGeoRing, getGeoRing, getInet4Address, getInet4Address, getInet6Address, getInet6Address, getInstant, getInstant, getIntArray, getIntArray, getInteger, getInteger, getList, getList, getLocalDate, getLocalDate, getLocalDateTime, getLocalDateTime, getLong, getLong, getLongArray, getLongArray, getSchema, getShort, getShort, getString, getString, getTuple, getTuple, getUUID, getUUID, getZonedDateTime, getZonedDateTime, hasNext, hasValue, hasValue, next, readNextRecord, readValue, readValue, setSchema
-
Constructor Details
-
RowBinaryFormatReader
-
RowBinaryFormatReader
public RowBinaryFormatReader(InputStream inputStream, QuerySettings querySettings, TableSchema schema)
-
-
Method Details
-
readRecord
- Overrides:
readRecordin classAbstractBinaryFormatReader- Throws:
IOException
-