ColumnPath

com.github.mjakubowski84.parquet4s.ColumnPath
See theColumnPath companion class
object ColumnPath

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ColumnPath.type

Members list

Value members

Concrete methods

def apply(path: String): ColumnPath

Use dot notation to separate path elements.

Use dot notation to separate path elements.

Attributes

Example
Col("user.address.postcode")
def apply(elements: Seq[String]): ColumnPath

Concrete fields