case class SimpleSplit(name: String, extraSplitBy: Option[Column] = None, filter: Option[Column] = None, aggregations: Seq[OccurrenceAggregation]) extends OccurrenceSplit with Product with Serializable
- name
column name used as an output for this split
- extraSplitBy
extra column to use with locus for the split
- filter
column used to filter input dataframe
- aggregations
aggregations to be calculated in the split. At least one must be specified. See OccurrenceAggregation.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleSplit
- Serializable
- Serializable
- Product
- Equals
- OccurrenceSplit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
SimpleSplit(name: String, extraSplitBy: Option[Column] = None, filter: Option[Column] = None, aggregations: Seq[OccurrenceAggregation])
- name
column name used as an output for this split
- extraSplitBy
extra column to use with locus for the split
- filter
column used to filter input dataframe
- aggregations
aggregations to be calculated in the split. At least one must be specified. See OccurrenceAggregation.
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
- val aggregations: Seq[OccurrenceAggregation]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
extraSplitBy: Option[Column]
- Definition Classes
- SimpleSplit → OccurrenceSplit
-
val
filter: Option[Column]
- Definition Classes
- SimpleSplit → OccurrenceSplit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
name: String
- Definition Classes
- SimpleSplit → OccurrenceSplit
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated