object ArrowScan extends LazyLogging
- Alphabetic
- By Inheritance
- ArrowScan
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
ArrowAggregate extends Result
Trait for aggregating arrow files
-
abstract
class
ArrowResultsToFeatures[T] extends ResultsToFeatures[T]
Converts arrow-encoded results to features
Converts arrow-encoded results to features
- T
result type
- case class ArrowScanConfig(config: Map[String, String], reduce: FeatureReducer) extends Product with Serializable
-
class
DeltaAggregate extends ArrowAggregate
Returns batches of [threading key][dictionary deltas][record batch].
Returns batches of [threading key][dictionary deltas][record batch]. Will sort each batch, but not between batches.
-
class
DeltaReducer extends FeatureReducer
Reduce function for delta batches.
Reduce function for delta batches.
First feature contains metadata for arrow file and dictionary batch, subsequent features contain record batches, final feature contains EOF indicator
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() @HotSpotIntrinsicCandidate()
-
def
configure(sft: SimpleFeatureType, index: GeoMesaFeatureIndex[_, _], stats: GeoMesaStats, filter: Option[Filter], ecql: Option[Filter], hints: Hints): ArrowScanConfig
Configure the iterator
Configure the iterator
- sft
simple feature type
- index
feature index
- stats
stats, used for querying dictionaries
- filter
full filter from the query, if any
- ecql
secondary push down filter, if any
- hints
query hints
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getBatchSize(hints: Hints): Int
Gets the batch size from query hints, or falls back to the system property
Gets the batch size from query hints, or falls back to the system property
- hints
query hints
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
resultFeature(): SimpleFeature
Simple feature used for returning from scans
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Configuration
- object ReducerConfig
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated