class NoopFilters extends StructFilters
- Alphabetic
- By Inheritance
- NoopFilters
- StructFilters
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new NoopFilters()
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
filters: Array[Filter]
- Attributes
- protected
- Definition Classes
- StructFilters
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
reset(): Unit
Resets states of pushed down filters.
Resets states of pushed down filters. The method must be called before processing any new row otherwise
skipRow()may return wrong result.- Definition Classes
- NoopFilters → StructFilters
-
def
skipRow(row: InternalRow, index: Int): Boolean
Applies pushed down source filters to the given row assuming that value at
indexhas been already set.Applies pushed down source filters to the given row assuming that value at
indexhas been already set.- row
The row with fully or partially set values.
- index
The index of already set value.
- returns
trueif currently processed row can be skipped otherwise false.
- Definition Classes
- NoopFilters → StructFilters
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toPredicate(filters: Seq[Filter]): BasePredicate
Compiles source filters to a predicate.
Compiles source filters to a predicate.
- Definition Classes
- StructFilters
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated