o

geotrellis.spark.store.hadoop

HadoopRDDReader

object HadoopRDDReader

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HadoopRDDReader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def readFiltered[K, V](path: Path, queryKeyBounds: Seq[KeyBounds[K]], decomposeBounds: (KeyBounds[K]) ⇒ Seq[(BigInt, BigInt)], indexFilterOnly: Boolean, writerSchema: Option[Schema] = None)(implicit arg0: AvroRecordCodec[K], arg1: Boundable[K], arg2: AvroRecordCodec[V], sc: SparkContext): RDD[(K, V)]
  2. def readFully[K, V](path: Path, writerSchema: Option[Schema] = None)(implicit arg0: AvroRecordCodec[K], arg1: Boundable[K], arg2: AvroRecordCodec[V], sc: SparkContext): RDD[(K, V)]