trait RowBinaryClickHousePrimitiveTypeWriter extends LittleEndianByteWriter
Implementations for writing primitive data types in the ClickHouse native RowBinary encoding.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RowBinaryClickHousePrimitiveTypeWriter
- LittleEndianByteWriter
- ByteWriter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def stringToBytes(s: String, maxBytes: Int): (Array[Byte], Int)
- Attributes
- protected
- Definition Classes
- ByteWriter
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def writeByteArray(bytes: Array[Byte]): Unit
- Definition Classes
- ByteWriter
- def writeByteArray(bytes: Array[Byte], maxLength: Int, truncate: Boolean): Unit
- Definition Classes
- ByteWriter
- def writeBytes(bytes: Int*): Unit
- Definition Classes
- ByteWriter
- def writeDate(t: LocalDate): Unit
- def writeDateTime(t: LocalDateTime): Unit
- def writeDateTime(t: Timestamp): Unit
- def writeDecimal(d: BigDecimal, precision: Int, scale: Int): Unit
- Definition Classes
- LittleEndianByteWriter
- def writeFixedByteArray(bytes: Array[Byte], length: Int, truncate: Boolean, padWith: Byte): Unit
- Definition Classes
- ByteWriter
- def writeFixedString(s: String, lengthBytes: Int, truncate: Boolean): Unit
- def writeFixedString(s: String, lengthBytes: Int, truncate: Boolean, padWith: Byte): Unit
- Attributes
- protected
- Definition Classes
- ByteWriter
- def writeFloat32(d: Float): Unit
- Definition Classes
- LittleEndianByteWriter
- def writeFloat64(d: Double): Unit
- Definition Classes
- LittleEndianByteWriter
- def writeInt16(i: Short): Unit
- Definition Classes
- LittleEndianByteWriter
- def writeInt32(i: Int): Unit
- Definition Classes
- LittleEndianByteWriter
- def writeInt64(i: Long): Unit
- Definition Classes
- LittleEndianByteWriter
- def writeLeb128(i: Long): Unit
- def writeString(s: String, maxBytes: Int, truncate: Boolean): Unit
- def writeString(s: String): Unit
- def writeUuid(uuid: UUID): Unit