com
.
twitter
.
scalding
.
typed
PartitionedCsv
Related Doc:
package typed
object
PartitionedCsv
extends
PartitionedDelimited
Partitioned typed commma separated source.
Source
PartitionedDelimitedSource.scala
Linear Supertypes
PartitionedDelimited
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
PartitionedCsv
PartitionedDelimited
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
apply
[
P
,
T
]
(
path:
String
,
template:
String
,
fields:
Fields
)
(
implicit
arg0:
Manifest
[
P
]
,
arg1:
TupleConverter
[
P
]
,
arg2:
TupleSetter
[
P
]
,
arg3:
Manifest
[
T
]
,
arg4:
TupleConverter
[
T
]
,
arg5:
TupleSetter
[
T
]
)
:
PartitionedDelimitedSource
[
P
,
T
]
Definition Classes
PartitionedDelimited
def
apply
[
P
,
T
]
(
path:
String
,
template:
String
)
(
implicit
arg0:
Manifest
[
P
]
,
arg1:
TupleConverter
[
P
]
,
arg2:
TupleSetter
[
P
]
,
arg3:
Manifest
[
T
]
,
arg4:
TupleConverter
[
T
]
,
arg5:
TupleSetter
[
T
]
)
:
PartitionedDelimitedSource
[
P
,
T
]
Definition Classes
PartitionedDelimited
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
separator
:
String
Definition Classes
PartitionedCsv
→
PartitionedDelimited
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
PartitionedDelimited
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Partitioned typed commma separated source.