- sampleN(int) - Method in interface tech.bitey.dataframe.DataFrame
-
Returns a dataframe containing sampleSize rows selected at random.
- sampleN(int) - Method in interface tech.bitey.dataframe.DateSeries
-
Returns a
DateSeries containing
sampleSize points selected at
random.
- sampleN(int) - Method in class tech.bitey.dataframe.DateSeriesImpl
-
- sampleX(double) - Method in interface tech.bitey.dataframe.DataFrame
-
Returns a dataframe containing size()*proportion rows selected at
random.
- sampleX(double) - Method in interface tech.bitey.dataframe.DateSeries
-
Returns a
DateSeries containing
size()*proportion points
selected at random.
- sampleX(double) - Method in class tech.bitey.dataframe.DateSeriesImpl
-
- selectColumns(List<String>) - Method in interface tech.bitey.dataframe.DataFrame
-
Returns a new dataframe which contains only the specified columns, in the
specified order.
- selectColumns(String...) - Method in interface tech.bitey.dataframe.DataFrame
-
Returns a new dataframe which contains only the specified columns, in the
specified order.
- selectColumns(int...) - Method in interface tech.bitey.dataframe.DataFrame
-
Returns a new dataframe which contains only the specified columns, in the
specified order.
- set(C, int, PreparedStatement, int) - Method in interface tech.bitey.dataframe.db.IToPreparedStatement
-
- set(int, T) - Method in class tech.bitey.dataframe.EnumColumn
-
- SHORT - Static variable in class tech.bitey.dataframe.ColumnType
-
- shortColumn(int) - Method in interface tech.bitey.dataframe.DataFrame
-
- shortColumn(String) - Method in interface tech.bitey.dataframe.DataFrame
-
- ShortColumn - Interface in tech.bitey.dataframe
-
- ShortColumnBuilder - Class in tech.bitey.dataframe
-
- ShortFromResultSet - Enum in tech.bitey.dataframe.db
-
- ShortToStatement - Enum in tech.bitey.dataframe.db
-
- size() - Method in interface tech.bitey.dataframe.ColumnBuilder
-
Returns the number of elements added to this builder so far.
- size() - Method in class tech.bitey.dataframe.EnumColumn
-
- spliterator() - Method in interface tech.bitey.dataframe.Column
-
- spliterator() - Method in interface tech.bitey.dataframe.DataFrame
-
- stddev(boolean) - Method in interface tech.bitey.dataframe.NumericColumn
-
Returns the specified standard deviation of the non-null values in this
column.
- stddev() - Method in interface tech.bitey.dataframe.NumericColumn
-
Returns the sample standard deviation of the non-null values in this column.
- STRING - Static variable in class tech.bitey.dataframe.ColumnType
-
- stringColumn(int) - Method in interface tech.bitey.dataframe.DataFrame
-
- stringColumn(String) - Method in interface tech.bitey.dataframe.DataFrame
-
- StringColumn - Interface in tech.bitey.dataframe
-
- StringColumnBuilder - Class in tech.bitey.dataframe
-
- StringFromResultSet - Enum in tech.bitey.dataframe.db
-
- StringToStatement - Enum in tech.bitey.dataframe.db
-
- subColumn(int, int) - Method in interface tech.bitey.dataframe.BooleanColumn
-
- subColumn(int, int) - Method in interface tech.bitey.dataframe.ByteColumn
-
- subColumn(int, int) - Method in interface tech.bitey.dataframe.Column
-
Returns a view of the portion of this column between the specified
fromIndex, inclusive, and toIndex, exclusive.
- subColumn(int, int) - Method in interface tech.bitey.dataframe.DateColumn
-
- subColumn(int, int) - Method in interface tech.bitey.dataframe.DateTimeColumn
-
- subColumn(int, int) - Method in interface tech.bitey.dataframe.DecimalColumn
-
- subColumn(int, int) - Method in interface tech.bitey.dataframe.DoubleColumn
-
- subColumn(int, int) - Method in class tech.bitey.dataframe.EnumColumn
-
- subColumn(int, int) - Method in interface tech.bitey.dataframe.FloatColumn
-
- subColumn(int, int) - Method in interface tech.bitey.dataframe.IntColumn
-
- subColumn(int, int) - Method in interface tech.bitey.dataframe.LongColumn
-
- subColumn(int, int) - Method in interface tech.bitey.dataframe.ShortColumn
-
- subColumn(int, int) - Method in interface tech.bitey.dataframe.StringColumn
-
- subColumnByValue(Byte, boolean, Byte, boolean) - Method in interface tech.bitey.dataframe.ByteColumn
-
- subColumnByValue(Byte, Byte) - Method in interface tech.bitey.dataframe.ByteColumn
-
- subColumnByValue(E, boolean, E, boolean) - Method in interface tech.bitey.dataframe.Column
-
Returns a view of the portion of this column whose elements range from
fromElement to toElement.
- subColumnByValue(E, E) - Method in interface tech.bitey.dataframe.Column
-
Same behavior as Column#subColumn(Object, boolean, Object, Boolean),
with fromInclusive set to true and toInclusive set to false.
- subColumnByValue(LocalDate, boolean, LocalDate, boolean) - Method in interface tech.bitey.dataframe.DateColumn
-
- subColumnByValue(LocalDate, LocalDate) - Method in interface tech.bitey.dataframe.DateColumn
-
- subColumnByValue(LocalDateTime, boolean, LocalDateTime, boolean) - Method in interface tech.bitey.dataframe.DateTimeColumn
-
- subColumnByValue(LocalDateTime, LocalDateTime) - Method in interface tech.bitey.dataframe.DateTimeColumn
-
- subColumnByValue(BigDecimal, boolean, BigDecimal, boolean) - Method in interface tech.bitey.dataframe.DecimalColumn
-
- subColumnByValue(BigDecimal, BigDecimal) - Method in interface tech.bitey.dataframe.DecimalColumn
-
- subColumnByValue(Double, boolean, Double, boolean) - Method in interface tech.bitey.dataframe.DoubleColumn
-
- subColumnByValue(Double, Double) - Method in interface tech.bitey.dataframe.DoubleColumn
-
- subColumnByValue(T, boolean, T, boolean) - Method in class tech.bitey.dataframe.EnumColumn
-
- subColumnByValue(T, T) - Method in class tech.bitey.dataframe.EnumColumn
-
- subColumnByValue(Float, boolean, Float, boolean) - Method in interface tech.bitey.dataframe.FloatColumn
-
- subColumnByValue(Float, Float) - Method in interface tech.bitey.dataframe.FloatColumn
-
- subColumnByValue(Integer, boolean, Integer, boolean) - Method in interface tech.bitey.dataframe.IntColumn
-
- subColumnByValue(Integer, Integer) - Method in interface tech.bitey.dataframe.IntColumn
-
- subColumnByValue(Long, boolean, Long, boolean) - Method in interface tech.bitey.dataframe.LongColumn
-
- subColumnByValue(Long, Long) - Method in interface tech.bitey.dataframe.LongColumn
-
- subColumnByValue(Short, boolean, Short, boolean) - Method in interface tech.bitey.dataframe.ShortColumn
-
- subColumnByValue(Short, Short) - Method in interface tech.bitey.dataframe.ShortColumn
-
- subColumnByValue(String, boolean, String, boolean) - Method in interface tech.bitey.dataframe.StringColumn
-
- subColumnByValue(String, String) - Method in interface tech.bitey.dataframe.StringColumn
-
- subFrame(int, int) - Method in interface tech.bitey.dataframe.DataFrame
-
Returns a dataframe containing the rows between the specified
fromIndex, inclusive, and toIndex, exclusive (if
fromIndex and toIndex are equal, the returned dataframe is
empty).
- subFrameByValue(Object, Object) - Method in interface tech.bitey.dataframe.DataFrame
-
Returns a dataframe containing the rows whose key column values are greater
than or equal to fromKey and strictly less than toKey.
- subFrameByValue(Object, boolean, Object, boolean) - Method in interface tech.bitey.dataframe.DataFrame
-
Returns a dataframe containing the rows whose key column values are between
fromKey and toKey.
- subList(int, int) - Method in class tech.bitey.dataframe.EnumColumn
-
- subSeries(int, int) - Method in interface tech.bitey.dataframe.DateSeries
-
Returns a
DateSeries containing the points between the specified
fromIndex, inclusive, and
toIndex, exclusive (if
fromIndex and
toIndex are equal, the returned time series
is empty).
- subSeries(LocalDate, LocalDate) - Method in interface tech.bitey.dataframe.DateSeries
-
Returns a
DateSeries containing the points with dates are greater
than or equal to
fromKey and strictly less than
toKey.
- subSeries(LocalDate, boolean, LocalDate, boolean) - Method in interface tech.bitey.dataframe.DateSeries
-
Returns a
DateSeries containing the points with dates between
fromKey and
toKey.
- subSeries(int, int) - Method in class tech.bitey.dataframe.DateSeriesImpl
-
- subSeries(LocalDate, LocalDate) - Method in class tech.bitey.dataframe.DateSeriesImpl
-
- subSeries(LocalDate, boolean, LocalDate, boolean) - Method in class tech.bitey.dataframe.DateSeriesImpl
-
- valueOf(String) - Static method in enum tech.bitey.dataframe.ColumnTypeCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.DataFrameFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.DateSeriesFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.BooleanFromResultSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.BooleanToStatement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.ByteFromResultSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.ByteToStatement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.DateFromResultSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.DateTimeFromResultSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.DateTimeToStatement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.DateToStatement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.DecimalFromResultSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.DecimalToStatement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.DoubleFromResultSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.DoubleToStatement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.FloatFromResultSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.FloatToStatement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.IntFromResultSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.IntToStatement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.LongFromResultSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.LongToStatement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.ShortFromResultSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.ShortToStatement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.StringFromResultSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.bitey.dataframe.db.StringToStatement
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum tech.bitey.dataframe.ColumnTypeCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.DataFrameFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.DateSeriesFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.BooleanFromResultSet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.BooleanToStatement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.ByteFromResultSet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.ByteToStatement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.DateFromResultSet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.DateTimeFromResultSet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.DateTimeToStatement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.DateToStatement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.DecimalFromResultSet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.DecimalToStatement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.DoubleFromResultSet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.DoubleToStatement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.FloatFromResultSet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.FloatToStatement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.IntFromResultSet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.IntToStatement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.LongFromResultSet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.LongToStatement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.ShortFromResultSet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.ShortToStatement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.StringFromResultSet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.bitey.dataframe.db.StringToStatement
-
Returns an array containing the constants of this enum type, in
the order they are declared.