Packages

object SQLOpenHashSet

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

Value Members

  1. def withNaNCheckCode(dataType: DataType, valueName: String, hashSet: String, handleNotNaN: String, handleNaN: (String) ⇒ String): String
  2. def withNaNCheckFunc(dataType: DataType, hashSet: SQLOpenHashSet[Any], handleNotNaN: (Any) ⇒ Unit, handleNaN: (Any) ⇒ Unit): (Any) ⇒ Unit
  3. def withNullCheckCode(array1ElementNullable: Boolean, array2ElementNullable: Boolean, array: String, index: String, hashSet: String, handleNotNull: (String, String) ⇒ String, handleNull: String): String
  4. def withNullCheckFunc(dataType: DataType, hashSet: SQLOpenHashSet[Any], handleNotNull: (Any) ⇒ Unit, handleNull: () ⇒ Unit): (ArrayData, Int) ⇒ Unit