ai
.
chronon
.
api
Join
Related Doc:
package api
class
Join
extends
TBase
[
Join
,
_Fields
] with
Serializable
with
Cloneable
with
Comparable
[
Join
]
Linear Supertypes
Cloneable
,
TBase
[
Join
,
_Fields
],
Serializable
,
TSerializable
,
Comparable
[
Join
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Join
Cloneable
TBase
Serializable
TSerializable
Comparable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Join
(
other:
Join
)
new
Join
(
joinParts:
List
[
JoinPart
]
)
new
Join
()
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
addToBootstrapParts
(
elem:
BootstrapPart
)
:
Unit
def
addToJoinParts
(
elem:
JoinPart
)
:
Unit
def
addToOnlineExternalParts
(
elem:
ExternalPart
)
:
Unit
def
addToRowIds
(
elem:
String
)
:
Unit
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clear
()
:
Unit
Definition Classes
Join
→ TBase
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
compareTo
(
other:
Join
)
:
Int
Definition Classes
Join
→ Comparable
def
deepCopy
()
:
Join
Definition Classes
Join
→ TBase
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
that:
Join
)
:
Boolean
def
equals
(
that:
Any
)
:
Boolean
Definition Classes
Join
→ AnyRef → Any
def
fieldForId
(
fieldId:
Int
)
:
_Fields
Definition Classes
Join
→ TBase
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
getBootstrapParts
()
:
List
[
BootstrapPart
]
def
getBootstrapPartsIterator
()
:
Iterator
[
BootstrapPart
]
def
getBootstrapPartsSize
()
:
Int
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getFieldValue
(
field:
_Fields
)
:
AnyRef
Definition Classes
Join
→ TBase
def
getJoinParts
()
:
List
[
JoinPart
]
def
getJoinPartsIterator
()
:
Iterator
[
JoinPart
]
def
getJoinPartsSize
()
:
Int
def
getLabelPart
()
:
LabelPart
def
getLeft
()
:
Source
def
getMetaData
()
:
MetaData
def
getOnlineExternalParts
()
:
List
[
ExternalPart
]
def
getOnlineExternalPartsIterator
()
:
Iterator
[
ExternalPart
]
def
getOnlineExternalPartsSize
()
:
Int
def
getRowIds
()
:
List
[
String
]
def
getRowIdsIterator
()
:
Iterator
[
String
]
def
getRowIdsSize
()
:
Int
def
getSkewKeys
()
:
Map
[
String
,
List
[
String
]]
def
getSkewKeysSize
()
:
Int
def
hashCode
()
:
Int
Definition Classes
Join
→ AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isSet
(
field:
_Fields
)
:
Boolean
Definition Classes
Join
→ TBase
def
isSetBootstrapParts
()
:
Boolean
def
isSetJoinParts
()
:
Boolean
def
isSetLabelPart
()
:
Boolean
def
isSetLeft
()
:
Boolean
def
isSetMetaData
()
:
Boolean
def
isSetOnlineExternalParts
()
:
Boolean
def
isSetRowIds
()
:
Boolean
def
isSetSkewKeys
()
:
Boolean
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
putToSkewKeys
(
key:
String
,
val:
List
[
String
]
)
:
Unit
def
read
(
iprot:
TProtocol
)
:
Unit
Definition Classes
Join
→ TSerializable
def
setBootstrapParts
(
bootstrapParts:
List
[
BootstrapPart
]
)
:
Join
def
setBootstrapPartsIsSet
(
value:
Boolean
)
:
Unit
def
setFieldValue
(
field:
_Fields
,
value:
Any
)
:
Unit
Definition Classes
Join
→ TBase
def
setJoinParts
(
joinParts:
List
[
JoinPart
]
)
:
Join
def
setJoinPartsIsSet
(
value:
Boolean
)
:
Unit
def
setLabelPart
(
labelPart:
LabelPart
)
:
Join
def
setLabelPartIsSet
(
value:
Boolean
)
:
Unit
def
setLeft
(
left:
Source
)
:
Join
def
setLeftIsSet
(
value:
Boolean
)
:
Unit
def
setMetaData
(
metaData:
MetaData
)
:
Join
def
setMetaDataIsSet
(
value:
Boolean
)
:
Unit
def
setOnlineExternalParts
(
onlineExternalParts:
List
[
ExternalPart
]
)
:
Join
def
setOnlineExternalPartsIsSet
(
value:
Boolean
)
:
Unit
def
setRowIds
(
rowIds:
List
[
String
]
)
:
Join
def
setRowIdsIsSet
(
value:
Boolean
)
:
Unit
def
setSkewKeys
(
skewKeys:
Map
[
String
,
List
[
String
]]
)
:
Join
def
setSkewKeysIsSet
(
value:
Boolean
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Join
→ AnyRef → Any
def
unsetBootstrapParts
()
:
Unit
def
unsetJoinParts
()
:
Unit
def
unsetLabelPart
()
:
Unit
def
unsetLeft
()
:
Unit
def
unsetMetaData
()
:
Unit
def
unsetOnlineExternalParts
()
:
Unit
def
unsetRowIds
()
:
Unit
def
unsetSkewKeys
()
:
Unit
def
validate
()
:
Unit
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
(
...
)
def
write
(
oprot:
TProtocol
)
:
Unit
Definition Classes
Join
→ TSerializable
Inherited from
Cloneable
Inherited from
TBase
[
Join
,
_Fields
]
Inherited from
Serializable
Inherited from
TSerializable
Inherited from
Comparable
[
Join
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped