case class BinAdapter(sft: SimpleFeatureType, auths: Seq[Array[Byte]], ecql: Option[Filter], trackId: Option[String], geom: Option[String], dtg: Option[String], label: Option[String], batchSize: Int, sorting: Boolean) extends KuduResultAdapter with Product with Serializable
Converts rows to bin format
- sft
simple feature type
- auths
authorizations
- ecql
filter
- trackId
track id field to encode
- geom
geometry field to encode
- dtg
date field to encode
- label
label field to encode
- batchSize
batch size
- sorting
sort
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BinAdapter
- Serializable
- Serializable
- Product
- Equals
- KuduResultAdapter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
BinAdapter(sft: SimpleFeatureType, auths: Seq[Array[Byte]], ecql: Option[Filter], trackId: Option[String], geom: Option[String], dtg: Option[String], label: Option[String], batchSize: Int, sorting: Boolean)
- sft
simple feature type
- auths
authorizations
- ecql
filter
- trackId
track id field to encode
- geom
geometry field to encode
- dtg
date field to encode
- label
label field to encode
- batchSize
batch size
- sorting
sort
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
-
def
adapt(results: CloseableIterator[RowResult]): CloseableIterator[SimpleFeature]
Convert raw rows into result simple features
Convert raw rows into result simple features
- results
rows
- Definition Classes
- BinAdapter → KuduResultAdapter
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val auths: Seq[Array[Byte]]
- val batchSize: Int
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
columns: Seq[String]
The kudu columns required for this scan
The kudu columns required for this scan
- Definition Classes
- BinAdapter → KuduResultAdapter
- val dtg: Option[String]
- val ecql: Option[Filter]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val geom: Option[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: Option[String]
-
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
result: SimpleFeatureType
Result simple feature type
Result simple feature type
- Definition Classes
- BinAdapter → KuduResultAdapter
- val sft: SimpleFeatureType
- val sorting: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- BinAdapter → AnyRef → Any
- val trackId: Option[String]
-
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()