Packages

object MapFunctions

Contains methods for mapping Tarantool tuples to Spark DataSet rows

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def convertToDataType(tupleField: TarantoolField, dataType: DataType, mapper: MessagePackValueMapper): Any
  2. def dataTypeToJavaClass(dataType: DataType): Class[_]
  3. def mapIterableValue[V](value: Iterable[_]): ArrayList[V]
  4. def mapMapValue[K, V](value: Map[_, _]): HashMap[K, V]
  5. def mapSimpleValue(value: Any): Any
  6. def mapToJavaValue(value: Option[Any]): Option[Any]
  7. def rowToTuple(tupleFactory: TarantoolTupleFactory, row: Row): TarantoolTuple
  8. def tupleToRow(tuple: TarantoolTuple, mapper: MessagePackValueMapper, schema: StructType, requiredColumns: Array[String] = Array.empty[String]): Row