class LongHashedRelation extends HashedRelation with Externalizable
- Alphabetic
 - By Inheritance
 
- LongHashedRelation
 - Externalizable
 - Serializable
 - HashedRelation
 - KnownSizeEstimation
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - All
 
Instance Constructors
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
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        asReadOnlyCopy(): LongHashedRelation
      
      
      
Returns a read-only copy of this, to be safely used in current thread.
Returns a read-only copy of this, to be safely used in current thread.
- Definition Classes
 - LongHashedRelation → HashedRelation
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... ) @native()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        close(): Unit
      
      
      
Release any used resources.
Release any used resources.
- Definition Classes
 - LongHashedRelation → HashedRelation
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        estimatedSize: Long
      
      
      
- Definition Classes
 - LongHashedRelation → KnownSizeEstimation
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( classOf[java.lang.Throwable] )
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        get(key: Long): Iterator[InternalRow]
      
      
      
Returns matched rows for a key that has only one column with LongType.
Returns matched rows for a key that has only one column with LongType.
Returns null if there is no matched rows.
- Definition Classes
 - LongHashedRelation → HashedRelation
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        get(key: InternalRow): Iterator[InternalRow]
      
      
      
Returns matched rows.
Returns matched rows.
Returns null if there is no matched rows.
- Definition Classes
 - LongHashedRelation → HashedRelation
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        getValue(key: Long): InternalRow
      
      
      
Returns the matched single row with key that have only one column of LongType.
Returns the matched single row with key that have only one column of LongType.
- Definition Classes
 - LongHashedRelation → HashedRelation
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        getValue(key: InternalRow): InternalRow
      
      
      
Returns the matched single row.
Returns the matched single row.
- Definition Classes
 - LongHashedRelation → HashedRelation
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        getValueWithKeyIndex(key: InternalRow): ValueRowWithKeyIndex
      
      
      
Returns key index and matched single row.
Returns key index and matched single row. This is for unique key case.
Returns null if there is no matched rows.
- Definition Classes
 - LongHashedRelation → HashedRelation
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        getWithKeyIndex(key: InternalRow): Iterator[ValueRowWithKeyIndex]
      
      
      
Returns an iterator for key index and matched rows.
Returns an iterator for key index and matched rows.
Returns null if there is no matched rows.
- Definition Classes
 - LongHashedRelation → HashedRelation
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        keyIsUnique: Boolean
      
      
      
Returns true iff all the keys are unique.
Returns true iff all the keys are unique.
- Definition Classes
 - LongHashedRelation → HashedRelation
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        keys(): Iterator[InternalRow]
      
      
      
Returns an iterator for keys of InternalRow type.
Returns an iterator for keys of InternalRow type.
- Definition Classes
 - LongHashedRelation → HashedRelation
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        maxNumKeysIndex: Int
      
      
      
Returns the maximum number of allowed keys index.
Returns the maximum number of allowed keys index.
- Definition Classes
 - LongHashedRelation → HashedRelation
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        readExternal(in: ObjectInput): Unit
      
      
      
- Definition Classes
 - LongHashedRelation → Externalizable
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        valuesWithKeyIndex(): Iterator[ValueRowWithKeyIndex]
      
      
      
Returns an iterator for keys index and rows of InternalRow type.
Returns an iterator for keys index and rows of InternalRow type.
- Definition Classes
 - LongHashedRelation → HashedRelation
 
 - 
      
      
      
        
      
    
      
        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( ... ) @native()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        writeExternal(out: ObjectOutput): Unit
      
      
      
- Definition Classes
 - LongHashedRelation → Externalizable