get(key: InternalRow): Iterator[InternalRow]
UnsafeHashedRelation
UnsafeHashedRelation is…FIXME
get Method
|
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
getValue(key: InternalRow): InternalRow
|
Note
|
getValue is part of HashedRelation Contract to give the value internal row for a given key.
|
getValue…FIXME