Class Selection
- java.lang.Object
-
- org.meteoinfo.data.dataframe.impl.Selection
-
public class Selection extends java.lang.ObjectPorted from joinery
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSelection.DropNaPredicate<V>
-
Constructor Summary
Constructors Constructor Description Selection()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <V> SparseBitSetselect(DataFrame df, Predicate<V> predicate)static <V> BlockManager<V>select(BlockManager<V> blocks, SparseBitSet selected)static <V> BlockManager<V>select(BlockManager<V> blocks, SparseBitSet rows, SparseBitSet cols)static Indexselect(Index index, SparseBitSet selected)static <V> SparseBitSet[]slice(DataFrame df, java.lang.Integer rowStart, java.lang.Integer rowEnd, java.lang.Integer colStart, java.lang.Integer colEnd)
-
-
-
Method Detail
-
select
public static <V> SparseBitSet select(DataFrame df, Predicate<V> predicate)
-
select
public static Index select(Index index, SparseBitSet selected)
-
select
public static <V> BlockManager<V> select(BlockManager<V> blocks, SparseBitSet selected)
-
select
public static <V> BlockManager<V> select(BlockManager<V> blocks, SparseBitSet rows, SparseBitSet cols)
-
slice
public static <V> SparseBitSet[] slice(DataFrame df, java.lang.Integer rowStart, java.lang.Integer rowEnd, java.lang.Integer colStart, java.lang.Integer colEnd)
-
-