object KuduColumnAdapter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KuduColumnAdapter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class BooleanColumnAdapter(name: String, config: ColumnConfiguration) extends SimpleColumnAdapter[Boolean] with Product with Serializable
- case class BytesColumnAdapter(name: String, config: ColumnConfiguration) extends SimpleColumnAdapter[Array[Byte]] with Product with Serializable
- case class DateColumnAdapter(name: String, config: ColumnConfiguration) extends SimpleColumnAdapter[Date] with Product with Serializable
- case class DoubleColumnAdapter(name: String, config: ColumnConfiguration) extends SimpleColumnAdapter[Double] with Product with Serializable
- case class FloatColumnAdapter(name: String, config: ColumnConfiguration) extends SimpleColumnAdapter[Float] with Product with Serializable
- case class GeometryColumnAdapter(name: String, config: ColumnConfiguration, nullable: Boolean) extends KuduColumnAdapter[Geometry] with Product with Serializable
- case class IntColumnAdapter(name: String, config: ColumnConfiguration) extends SimpleColumnAdapter[Integer] with Product with Serializable
-
case class
KryoColumnAdapter(name: String, bindings: Seq[ObjectType], descriptor: AttributeDescriptor, config: ColumnConfiguration) extends KuduColumnAdapter[AnyRef] with Product with Serializable
Encodes variable-size types (lists and maps) for storing in a fixed number of columns (i.e.
Encodes variable-size types (lists and maps) for storing in a fixed number of columns (i.e. one)
- case class LongColumnAdapter(name: String, config: ColumnConfiguration) extends SimpleColumnAdapter[Long] with Product with Serializable
- case class PointColumnAdapter(sft: SimpleFeatureType, name: String, config: ColumnConfiguration, nullable: Boolean) extends KuduColumnAdapter[Point] with Product with Serializable
- abstract class SimpleColumnAdapter[T] extends KuduColumnAdapter[T]
- case class StringColumnAdapter(name: String, config: ColumnConfiguration) extends SimpleColumnAdapter[String] with Product with Serializable
- case class UuidColumnAdapter(name: String, config: ColumnConfiguration) extends SimpleColumnAdapter[UUID] with Product with Serializable
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
apply(sft: SimpleFeatureType, descriptor: AttributeDescriptor): KuduColumnAdapter[_ <: AnyRef]
Create a binding for a simple feature attribute
Create a binding for a simple feature attribute
Note: we add '_sft' to the attribute name to ensure columns don't conflict with index key columns
- sft
simple feature type
- descriptor
attribute descriptor
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()