InferrerOps

io.github.quafadas.scautable.InferrerOps
object InferrerOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class ColumnTypeInfo(couldBeInt: Boolean, couldBeLong: Boolean, couldBeDouble: Boolean, couldBeBoolean: Boolean, seenEmpty: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def inferMostGeneralType(using Quotes)(values: Seq[String]): x$1.reflect.TypeRepr
def inferrer(using Quotes)(rows: Iterator[String], numRows: Int): x$1.reflect.TypeRepr