case class GeometryColumnAdapter(name: String, config: ColumnConfiguration, nullable: Boolean) extends KuduColumnAdapter[Geometry] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeometryColumnAdapter
- Serializable
- Serializable
- Product
- Equals
- KuduColumnAdapter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GeometryColumnAdapter(name: String, config: ColumnConfiguration, nullable: Boolean)
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()
-
val
columns: Seq[ColumnSchema]
- Definition Classes
- GeometryColumnAdapter → KuduColumnAdapter
- val config: ColumnConfiguration
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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
-
val
name: String
- Definition Classes
- GeometryColumnAdapter → KuduColumnAdapter
-
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()
- val nullable: Boolean
-
def
predicate(filter: Filter): KuduFilter
- Definition Classes
- GeometryColumnAdapter → KuduColumnAdapter
-
def
readFromRow(row: RowResult): Geometry
- Definition Classes
- GeometryColumnAdapter → KuduColumnAdapter
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
transfer(from: RowResult, to: PartialRow): Unit
- Definition Classes
- KuduColumnAdapter
-
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()
-
val
writeColumns: Seq[ColumnSchema]
- Definition Classes
- GeometryColumnAdapter → KuduColumnAdapter
-
def
writeToRow(row: PartialRow, value: Geometry): Unit
- Definition Classes
- GeometryColumnAdapter → KuduColumnAdapter