Packages

class VariantBuilder extends AnyRef

Build variant value and metadata by parsing JSON values.

Source
VariantBuilder.java
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VariantBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new VariantBuilder(allowDuplicateKeys: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addKey(key: String): Int
  5. def appendBinary(binary: Array[Byte]): Unit
  6. def appendBoolean(b: Boolean): Unit
  7. def appendDate(daysSinceEpoch: Int): Unit
  8. def appendDayTimeInterval(value: Long, startField: Byte, endField: Byte): Unit
  9. def appendDecimal(d: BigDecimal): Unit
  10. def appendDouble(d: Double): Unit
  11. def appendFloat(f: Float): Unit
  12. def appendLong(l: Long): Unit
  13. def appendNull(): Unit
  14. def appendString(str: String): Unit
  15. def appendTimestamp(microsSinceEpoch: Long): Unit
  16. def appendTimestampNtz(microsSinceEpoch: Long): Unit
  17. def appendVariant(v: Variant): Unit
  18. def appendYearMonthInterval(value: Long, startField: Byte, endField: Byte): Unit
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def finishWritingArray(start: Int, offsets: ArrayList[Integer]): Unit
  24. def finishWritingObject(start: Int, fields: ArrayList[FieldEntry]): Unit
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. def getWritePos(): Int
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. def result(): Variant
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped