case class EmptyPlan(filter: FilterStrategy, adapter: KuduResultAdapter = EmptyAdapter) extends KuduQueryPlan with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EmptyPlan
- Serializable
- Serializable
- Product
- Equals
- KuduQueryPlan
- QueryPlan
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EmptyPlan(filter: FilterStrategy, adapter: KuduResultAdapter = EmptyAdapter)
Type Members
-
type
Results = SimpleFeature
- Definition Classes
- KuduQueryPlan → QueryPlan
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
-
val
adapter: KuduResultAdapter
- Definition Classes
- EmptyPlan → KuduQueryPlan
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
ecql: Option[Filter]
- Definition Classes
- EmptyPlan → KuduQueryPlan
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
explain(explainer: Explainer, prefix: String): Unit
- Definition Classes
- KuduQueryPlan → QueryPlan
-
val
filter: FilterStrategy
- Definition Classes
- EmptyPlan → QueryPlan
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
maxFeatures: Option[Int]
- Definition Classes
- EmptyPlan → QueryPlan
-
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
numThreads: Int
- Definition Classes
- EmptyPlan → KuduQueryPlan
-
def
predicates: Seq[KuduPredicate]
- Definition Classes
- EmptyPlan → KuduQueryPlan
-
def
projection: Option[QueryReferenceSystems]
- Definition Classes
- EmptyPlan → QueryPlan
-
def
ranges: Seq[(Option[PartialRow], Option[PartialRow])]
- Definition Classes
- EmptyPlan → KuduQueryPlan
-
def
reducer: Option[FeatureReducer]
- Definition Classes
- EmptyPlan → QueryPlan
-
def
resultsToFeatures: ResultsToFeatures[SimpleFeature]
- Definition Classes
- EmptyPlan → QueryPlan
-
def
scan(ds: KuduDataStore): CloseableIterator[SimpleFeature]
- Definition Classes
- EmptyPlan → QueryPlan
-
def
sort: Option[Seq[(String, Boolean)]]
- Definition Classes
- EmptyPlan → QueryPlan
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tables: Seq[String]
- Definition Classes
- EmptyPlan → KuduQueryPlan
-
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()