UnsafeHashedRelation
UnsafeHashedRelation
is…FIXME
get
Method
1 2 3 4 5 |
get(key: InternalRow): Iterator[InternalRow] |
Note
|
get is part of HashedRelation Contract to give the internal rows for the given key or null .
|
get
…FIXME
Getting Value Row for Given Key — getValue
Method
1 2 3 4 5 |
getValue(key: InternalRow): InternalRow |
Note
|
getValue is part of HashedRelation Contract to give the value internal row for a given key.
|
getValue
…FIXME