Object

quasar.csv

CsvDetect

Related Doc: package csv

Permalink

object CsvDetect

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

Type Members

  1. final case class TestResult(header: slamdata.Predef.Int, rows: slamdata.Predef.List[slamdata.Predef.Int]) extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val TestChars: Int

    Permalink
  5. val TestRecords: Int

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def bestParse(parsers: slamdata.Predef.List[CsvParser])(text: slamdata.Predef.String): \/[slamdata.Predef.String, slamdata.Predef.Stream[\/[slamdata.Predef.String, Record]]]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. val parse: (slamdata.Predef.String) ⇒ \/[slamdata.Predef.String, slamdata.Predef.Stream[\/[slamdata.Predef.String, Record]]]

    Permalink
  19. def rank[P <: CsvParser](parsers: slamdata.Predef.List[P])(text: slamdata.Predef.String): slamdata.Predef.List[(slamdata.Predef.Double, P)]

    Permalink
  20. def score(result: TestResult): slamdata.Predef.Double

    Permalink

    Assign a numeric score to the result of testParse.

    Assign a numeric score to the result of testParse. 0.0 is the best score, meaning no deviation from the expected shape, which is

    • at least two columns and two rows
    • no rows with more fields than the header (large penalty)
    • few rows with less fields than the header (small penalty)
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def testParse(parser: CsvParser, text: slamdata.Predef.String): slamdata.Predef.Option[TestResult]

    Permalink
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped