Object/Trait

com.github.mjakubowski84.parquet4s

Cursor

Related Docs: trait Cursor | package parquet4s

Permalink

object Cursor

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

Type Members

  1. trait Active extends AnyRef

    Permalink
  2. final class Completed extends Cursor

    Permalink
  3. type DotPath = List[String]

    Permalink
  4. trait Visitor[T, R] extends AnyRef

    Permalink

    Processes an object in a context of the cursor.

    Processes an object in a context of the cursor.

    T

    type of the object to process

    R

    type of the result of processing

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. object DotPath

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def following(path: String): Cursor

    Permalink

    Creates an instance of Cursor that guides the program across the tree of case classes.

    Creates an instance of Cursor that guides the program across the tree of case classes. Indicates if the program shall advance given field and when shall stop.

    path

    column path that the program shall follow

    returns

    a new instance of the cursor

  11. final def getClass(): Class[_]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  17. def skipping(toSkip: Iterable[String]): Cursor

    Permalink

    Creates an instance of Cursor that indicates which fields of case class tree should be skipped by the program

    Creates an instance of Cursor that indicates which fields of case class tree should be skipped by the program

    toSkip

    iterable of columns/fields that shall be skipped

    returns

    a new instance of the cursor

  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped