Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Y 

A

add(boolean) - Method in class tech.bitey.dataframe.BooleanColumnBuilder
Adds a single boolean to the column.
add(byte) - Method in class tech.bitey.dataframe.ByteColumnBuilder
Adds a single byte to the column.
add(E) - Method in interface tech.bitey.dataframe.ColumnBuilder
Adds element to the column.
add(E, E...) - Method in interface tech.bitey.dataframe.ColumnBuilder
Adds a sequence of elements to the column.
add(int, int, int) - Method in class tech.bitey.dataframe.DateColumnBuilder
Adds a date to the column.
add(int, int, int, double) - Method in class tech.bitey.dataframe.DateSeriesBuilder
Add a point to this time series.
add(int, double) - Method in class tech.bitey.dataframe.DateSeriesBuilder
Add a point to this time series.
add(LocalDate, double) - Method in class tech.bitey.dataframe.DateSeriesBuilder
Add a point to this time series.
add(double) - Method in class tech.bitey.dataframe.DoubleColumnBuilder
Adds a single double to the column.
add(T) - Method in class tech.bitey.dataframe.EnumColumn
 
add(int, T) - Method in class tech.bitey.dataframe.EnumColumn
 
add(float) - Method in class tech.bitey.dataframe.FloatColumnBuilder
Adds a single float to the column.
add(int) - Method in class tech.bitey.dataframe.IntColumnBuilder
Adds a single int to the column.
add(long) - Method in class tech.bitey.dataframe.LongColumnBuilder
Adds a single long to the column.
add(short) - Method in class tech.bitey.dataframe.ShortColumnBuilder
Adds a single short to the column.
addAll(boolean...) - Method in class tech.bitey.dataframe.BooleanColumnBuilder
Adds a sequence of booleans to the column.
addAll(byte...) - Method in class tech.bitey.dataframe.ByteColumnBuilder
Adds a sequence of bytes to the column.
addAll(E[]) - Method in interface tech.bitey.dataframe.ColumnBuilder
Adds each element of elements to the column.
addAll(Collection<E>) - Method in interface tech.bitey.dataframe.ColumnBuilder
Adds each element of elements to the column.
addAll(Iterator<E>) - Method in interface tech.bitey.dataframe.ColumnBuilder
Adds each element of elements to the column.
addAll(Iterable<E>) - Method in interface tech.bitey.dataframe.ColumnBuilder
Adds each element of elements to the column.
addAll(double...) - Method in class tech.bitey.dataframe.DoubleColumnBuilder
Adds a sequence of doubles to the column.
addAll(Collection<? extends T>) - Method in class tech.bitey.dataframe.EnumColumn
 
addAll(int, Collection<? extends T>) - Method in class tech.bitey.dataframe.EnumColumn
 
addAll(float...) - Method in class tech.bitey.dataframe.FloatColumnBuilder
Adds a sequence of floats to the column.
addAll(int...) - Method in class tech.bitey.dataframe.IntColumnBuilder
Adds a sequence of ints to the column.
addAll(long...) - Method in class tech.bitey.dataframe.LongColumnBuilder
Adds a sequence of longs to the column.
addAll(short...) - Method in class tech.bitey.dataframe.ShortColumnBuilder
Adds a sequence of shorts to the column.
addNull() - Method in interface tech.bitey.dataframe.ColumnBuilder
Adds a single null element to the column.
addNulls(int) - Method in interface tech.bitey.dataframe.ColumnBuilder
Adds the specified number of nulls to the column.
append(Column<Boolean>) - Method in interface tech.bitey.dataframe.BooleanColumn
 
append(Column<Byte>) - Method in interface tech.bitey.dataframe.ByteColumn
 
append(Column<E>) - Method in interface tech.bitey.dataframe.Column
Appends two columns with the same element type.
append(Column<E>, boolean) - Method in interface tech.bitey.dataframe.Column
Appends two columns with the same element type.
append(DataFrame) - Method in interface tech.bitey.dataframe.DataFrame
Appends the specified dataframe to this one by calling Column.append(Column) on each pair of columns, and keeping the meta-data from this dataframe.
append(DataFrame, boolean) - Method in interface tech.bitey.dataframe.DataFrame
Appends the specified dataframe to this one by calling Column.append(Column,boolean) on each pair of columns, and keeping the meta-data from this dataframe.
append(Column<LocalDate>) - Method in interface tech.bitey.dataframe.DateColumn
 
append(DateSeries) - Method in interface tech.bitey.dataframe.DateSeries
Appends the specified DateSeries to this one by calling Column.append(Column) on both the key and value columns, and keeping the meta-data from this dataframe.
append(DateSeries) - Method in class tech.bitey.dataframe.DateSeriesImpl
 
append(Column<LocalDateTime>) - Method in interface tech.bitey.dataframe.DateTimeColumn
 
append(Column<BigDecimal>) - Method in interface tech.bitey.dataframe.DecimalColumn
 
append(Column<Double>) - Method in interface tech.bitey.dataframe.DoubleColumn
 
append(Column<T>) - Method in class tech.bitey.dataframe.EnumColumn
 
append(Column<Float>) - Method in interface tech.bitey.dataframe.FloatColumn
 
append(Column<Integer>) - Method in interface tech.bitey.dataframe.IntColumn
 
append(Column<Long>) - Method in interface tech.bitey.dataframe.LongColumn
 
append(Column<Short>) - Method in interface tech.bitey.dataframe.ShortColumn
 
append(Column<String>) - Method in interface tech.bitey.dataframe.StringColumn
 
applyAsFloat(T) - Method in interface tech.bitey.dataframe.ToFloatFunction
 
asMap() - Method in interface tech.bitey.dataframe.DateSeries
Returns an immutable Map view of this time series.
asMap() - Method in class tech.bitey.dataframe.DateSeriesImpl
 

B

BASE_CHARACTERISTICS - Static variable in interface tech.bitey.dataframe.Column
 
BOOLEAN - Static variable in class tech.bitey.dataframe.ColumnType
The type for BooleanColumn
BooleanColumn - Interface in tech.bitey.dataframe
A Column with element type Boolean.
booleanColumn(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the BooleanColumn at the specified index.
booleanColumn(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the specified BooleanColumn
BooleanColumnBuilder - Class in tech.bitey.dataframe
A builder for creating BooleanColumn instances.
BooleanFromResultSet - Enum in tech.bitey.dataframe.db
BooleanToStatement - Enum in tech.bitey.dataframe.db
 
build() - Method in interface tech.bitey.dataframe.ColumnBuilder
Returns a newly-created Column based on the contents of this builder.
build() - Method in class tech.bitey.dataframe.DateSeriesBuilder
Sorts the added points by date and returns a new DateSeries.
builder() - Static method in interface tech.bitey.dataframe.BooleanColumn
 
builder(int) - Static method in interface tech.bitey.dataframe.ByteColumn
Returns a builder with the specified characteristic.
builder() - Static method in interface tech.bitey.dataframe.ByteColumn
Returns a new ByteColumnBuilder
builder() - Method in class tech.bitey.dataframe.ColumnType
Returns a builder for this column type.
builder(int) - Method in class tech.bitey.dataframe.ColumnType
Returns a builder for this column type with the specified characteristic.
builder(int) - Static method in interface tech.bitey.dataframe.DateColumn
Returns a builder with the specified characteristic.
builder() - Static method in interface tech.bitey.dataframe.DateColumn
Returns a new DateColumnBuilder
builder(int) - Static method in interface tech.bitey.dataframe.DateTimeColumn
Returns a builder with the specified characteristic.
builder() - Static method in interface tech.bitey.dataframe.DateTimeColumn
Returns a new DateTimeColumnBuilder
builder(int) - Static method in interface tech.bitey.dataframe.DecimalColumn
Returns a builder with the specified characteristic.
builder() - Static method in interface tech.bitey.dataframe.DecimalColumn
Returns a new DecimalColumnBuilder
builder(int) - Static method in interface tech.bitey.dataframe.DoubleColumn
Returns a builder with the specified characteristic.
builder() - Static method in interface tech.bitey.dataframe.DoubleColumn
Returns a new DoubleColumnBuilder
builder(int) - Static method in interface tech.bitey.dataframe.FloatColumn
Returns a builder with the specified characteristic.
builder() - Static method in interface tech.bitey.dataframe.FloatColumn
Returns a new FloatColumnBuilder
builder(int) - Static method in interface tech.bitey.dataframe.IntColumn
Returns an builder with the specified characteristic.
builder() - Static method in interface tech.bitey.dataframe.IntColumn
Returns a new IntColumnBuilder
builder(int) - Static method in interface tech.bitey.dataframe.LongColumn
Returns a builder with the specified characteristic.
builder() - Static method in interface tech.bitey.dataframe.LongColumn
Returns a new LongColumnBuilder
builder(int) - Static method in interface tech.bitey.dataframe.ShortColumn
Returns a builder with the specified characteristic.
builder() - Static method in interface tech.bitey.dataframe.ShortColumn
Returns a new ShortColumnBuilder
builder(int) - Static method in interface tech.bitey.dataframe.StringColumn
Returns an builder with the specified characteristic.
builder() - Static method in interface tech.bitey.dataframe.StringColumn
Returns a new StringColumnBuilder
BYTE - Static variable in class tech.bitey.dataframe.ColumnType
The type for StringColumn
ByteColumn - Interface in tech.bitey.dataframe
A Column with element type Byte.
ByteColumnBuilder - Class in tech.bitey.dataframe
A builder for creating ByteColumn instances.
ByteFromResultSet - Enum in tech.bitey.dataframe.db
Logic for reading a byte value from a ResultSet into a ByteColumnBuilder: ByteFromResultSet.BYTE_FROM_BYTE
ByteToStatement - Enum in tech.bitey.dataframe.db
 

C

ceiling(E) - Method in interface tech.bitey.dataframe.Column
Returns the least element in this column greater than or equal to the given element, or null if there is no such element.
ceiling(T) - Method in class tech.bitey.dataframe.EnumColumn
 
characteristics() - Method in interface tech.bitey.dataframe.Column
Returns the Spliterator.characteristics() for this column.
characteristics() - Method in class tech.bitey.dataframe.EnumColumn
 
clear() - Method in class tech.bitey.dataframe.EnumColumn
 
collector() - Static method in interface tech.bitey.dataframe.BooleanColumn
Collects a stream of Booleans into a new BooleanColumn.
collector(int) - Static method in interface tech.bitey.dataframe.ByteColumn
Collects a stream of Bytes into a new ByteColumn with the specified characteristic.
collector() - Static method in interface tech.bitey.dataframe.ByteColumn
Collects a stream of Bytes into a new ByteColumn.
collector(int) - Static method in interface tech.bitey.dataframe.DateColumn
Collects a stream of LocalDates into a new DateColumn with the specified characteristic.
collector() - Static method in interface tech.bitey.dataframe.DateColumn
Collects a stream of LocalDates into a new DateColumn.
collector(int) - Static method in interface tech.bitey.dataframe.DateTimeColumn
Collects a stream of LocalDateTimes into a new DateTimeColumn with the specified characteristic.
collector() - Static method in interface tech.bitey.dataframe.DateTimeColumn
Collects a stream of LocalDateTimes into a new DateTimeColumn.
collector(int) - Static method in interface tech.bitey.dataframe.DecimalColumn
Collects a stream of BigDecimals into a new BigDecimalColumn with the specified characteristic.
collector() - Static method in interface tech.bitey.dataframe.DecimalColumn
Collects a stream of BigDecimals into a new BigDecimalColumn.
collector(int) - Static method in interface tech.bitey.dataframe.DoubleColumn
Collects a stream of Doubles into a new DoubleColumn with the specified characteristic.
collector() - Static method in interface tech.bitey.dataframe.DoubleColumn
Collects a stream of Doubles into a new DoubleColumn.
collector(int) - Static method in interface tech.bitey.dataframe.FloatColumn
Collects a stream of Floats into a new FloatColumn with the specified characteristic.
collector() - Static method in interface tech.bitey.dataframe.FloatColumn
Collects a stream of Floats into a new FloatColumn.
collector(int) - Static method in interface tech.bitey.dataframe.IntColumn
Collects a stream of Integers into a new IntColumn with the specified characteristic.
collector() - Static method in interface tech.bitey.dataframe.IntColumn
Collects a stream of Integers into a new IntColumn.
collector(int) - Static method in interface tech.bitey.dataframe.LongColumn
Collects a stream of Longs into a new LongColumn with the specified characteristic.
collector() - Static method in interface tech.bitey.dataframe.LongColumn
Collects a stream of Longs into a new LongColumn.
collector(int) - Static method in interface tech.bitey.dataframe.ShortColumn
Collects a stream of Shorts into a new ShortColumn with the specified characteristic.
collector() - Static method in interface tech.bitey.dataframe.ShortColumn
Collects a stream of Shorts into a new ShortColumn.
collector(int) - Static method in interface tech.bitey.dataframe.StringColumn
Collects a stream of Strings into a new StringColumn with the specified characteristic.
collector() - Static method in interface tech.bitey.dataframe.StringColumn
Collects a stream of Strings into a new StringColumn.
Column<E> - Interface in tech.bitey.dataframe
An immutable List backed by nio buffers.
column(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the Column at the specified index.
column(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the specified Column
ColumnBuilder<E> - Interface in tech.bitey.dataframe
A builder for creating Column instances.
columnCount() - Method in interface tech.bitey.dataframe.DataFrame
Returns the number of columns in this dataframe.
columnCount() - Method in interface tech.bitey.dataframe.Row
Returns the number of columns in the parent DataFrame.
columnIndex(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the index of the specified column.
columnMap() - Method in interface tech.bitey.dataframe.DataFrame
Returns an ordered map where the entries are (name, column) pairs.
columnName(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the column name at the specified index.
columnNames() - Method in interface tech.bitey.dataframe.DataFrame
Returns a list of column names in this dataframe.
columns() - Method in interface tech.bitey.dataframe.DataFrame
Returns a list of columns in this dataframe.
ColumnType<E> - Class in tech.bitey.dataframe
Represents the possible element types supported by the concrete Column implementation.
columnType(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the column type at the specified index.
columnType(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the column type at the specified index.
ColumnTypeCode - Enum in tech.bitey.dataframe
 
columnTypes() - Method in interface tech.bitey.dataframe.DataFrame
Returns a list of column types in this dataframe.
comparator() - Method in interface tech.bitey.dataframe.Column
Returns the comparator used to order the elements in this column.
comparator() - Method in class tech.bitey.dataframe.EnumColumn
 
contains(Object) - Method in class tech.bitey.dataframe.EnumColumn
 
containsAll(Collection<?>) - Method in class tech.bitey.dataframe.EnumColumn
 
copy() - Method in interface tech.bitey.dataframe.BooleanColumn
 
copy() - Method in interface tech.bitey.dataframe.ByteColumn
 
copy() - Method in interface tech.bitey.dataframe.Column
Returns a column equal to this one, but with elements stored in a newly allocated buffer.
copy() - Method in interface tech.bitey.dataframe.DataFrame
Returns a deep copy of this dataframe.
copy() - Method in interface tech.bitey.dataframe.DateColumn
 
copy() - Method in interface tech.bitey.dataframe.DateTimeColumn
 
copy() - Method in interface tech.bitey.dataframe.DecimalColumn
 
copy() - Method in interface tech.bitey.dataframe.DoubleColumn
 
copy() - Method in class tech.bitey.dataframe.EnumColumn
 
copy() - Method in interface tech.bitey.dataframe.FloatColumn
 
copy() - Method in interface tech.bitey.dataframe.IntColumn
 
copy() - Method in interface tech.bitey.dataframe.LongColumn
 
copy() - Method in interface tech.bitey.dataframe.ShortColumn
 
copy() - Method in interface tech.bitey.dataframe.StringColumn
 
create(LinkedHashMap<String, Column<?>>, String) - Static method in enum tech.bitey.dataframe.DataFrameFactory
Returns a DataFrame where the column names and columns are provided as ordered entries in columnMap, and with the specified key column name.
create(LinkedHashMap<String, Column<?>>) - Static method in enum tech.bitey.dataframe.DataFrameFactory
Returns a DataFrame where the column names and columns are provided as ordered entries in columnMap.
create(Column<?>[], String[], String) - Static method in enum tech.bitey.dataframe.DataFrameFactory
Returns a DataFrame with the specified columns, column names, and key column name.
create(Column<?>[], String[]) - Static method in enum tech.bitey.dataframe.DataFrameFactory
Returns a DataFrame with the specified columns and column names.
create(List<Column<?>>, List<String>, String) - Static method in enum tech.bitey.dataframe.DataFrameFactory
Returns a DataFrame with the specified columns, column names, and key column name.
create(List<Column<?>>, List<String>) - Static method in enum tech.bitey.dataframe.DataFrameFactory
Returns a DataFrame with the specified columns and column names.
create(DateColumn, DoubleColumn) - Static method in enum tech.bitey.dataframe.DateSeriesFactory
Returns a DateSeries with the specified dates and values, using the default column names: "DATES" and "VALUES"
create(DateColumn, String, DoubleColumn, String) - Static method in enum tech.bitey.dataframe.DateSeriesFactory
Returns a DateSeries with the specified dates, values, and column names.
Cursor - Interface in tech.bitey.dataframe
A cursor for the rows of a DataFrame that allows the programmer to traverse the rows in either direction.
cursor(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns a Cursor at the specified row index.
cursor() - Method in interface tech.bitey.dataframe.DataFrame
Returns a Cursor pointing at the first row in this dataframe.

D

DataFrame - Interface in tech.bitey.dataframe
A two-dimensional, Column-oriented, immutable, heterogeneous tabular data structure with labeled column names.
DataFrameFactory - Enum in tech.bitey.dataframe
Factory methods for creating DataFrames.
DATE - Static variable in class tech.bitey.dataframe.ColumnType
The type for DateColumn
dateColumn(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the DateColumn at the specified index.
dateColumn(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the specified DateColumn
DateColumn - Interface in tech.bitey.dataframe
A Column with element type LocalDate.
DateColumnBuilder - Class in tech.bitey.dataframe
A builder for creating DateColumn instances.
DateFromResultSet - Enum in tech.bitey.dataframe.db
Logic for reading a date value from a ResultSet into a DateColumnBuilder: DATE_FROM_DATE DATE_FROM_INT
DateSeries - Interface in tech.bitey.dataframe
A time series specialization of DataFrame.
DateSeriesBuilder - Class in tech.bitey.dataframe
A builder for creating DateSeries instances.
DateSeriesBuilder() - Constructor for class tech.bitey.dataframe.DateSeriesBuilder
Create a bulider with the default column names ("DATES" and "VALUES").
DateSeriesBuilder(String, String) - Constructor for class tech.bitey.dataframe.DateSeriesBuilder
Create a bulider with the specified column names.
DateSeriesFactory - Enum in tech.bitey.dataframe
Factory methods for creating DateSeries.
DateSeriesImpl - Class in tech.bitey.dataframe
 
DATETIME - Static variable in class tech.bitey.dataframe.ColumnType
The type for DateTimeColumn
dateTimeColumn(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the DateTimeColumn at the specified index.
dateTimeColumn(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the specified DateTimeColumn
DateTimeColumn - Interface in tech.bitey.dataframe
A Column with element type LocalDateTime.
DateTimeColumnBuilder - Class in tech.bitey.dataframe
A builder for creating DateTimeColumn instances.
DateTimeFromResultSet - Enum in tech.bitey.dataframe.db
Logic for reading a date-time value from a ResultSet into a DateTimeColumnBuilder: DateTimeFromResultSet.DATETIME_FROM_TIMESTAMP
DateTimeToStatement - Enum in tech.bitey.dataframe.db
 
DateToStatement - Enum in tech.bitey.dataframe.db
 
DECIMAL - Static variable in class tech.bitey.dataframe.ColumnType
The type for DecimalColumn
decimalColumn(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the DecimalColumn at the specified index.
decimalColumn(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the specified DecimalColumn
DecimalColumn - Interface in tech.bitey.dataframe
A Column with element type BigDecimal.
DecimalColumnBuilder - Class in tech.bitey.dataframe
A builder for creating DecimalColumn instances.
DecimalFromResultSet - Enum in tech.bitey.dataframe.db
DecimalToStatement - Enum in tech.bitey.dataframe.db
 
DEFAULT_CONFIG - Static variable in class tech.bitey.dataframe.WriteToDbConfig
 
deriveColumn(ColumnType<T>, Function<Row, T>) - Method in interface tech.bitey.dataframe.DataFrame
Derive a new Column from the rows of this dataframe.
deriveColumn(ToIntFunction<Row>) - Method in interface tech.bitey.dataframe.DataFrame
Derive a new IntColumn from the rows of this dataframe.
deriveColumn(ToLongFunction<Row>) - Method in interface tech.bitey.dataframe.DataFrame
Derive a new LongColumn from the rows of this dataframe.
deriveColumn(ToDoubleFunction<Row>) - Method in interface tech.bitey.dataframe.DataFrame
Derive a new DoubleColumn from the rows of this dataframe.
deriveColumn(ToFloatFunction<Row>) - Method in interface tech.bitey.dataframe.DataFrame
Derive a new FloatColumn from the rows of this dataframe.
deriveColumn(Predicate<Row>) - Method in interface tech.bitey.dataframe.DataFrame
Derive a new BooleanColumn from the rows of this dataframe.
DOUBLE - Static variable in class tech.bitey.dataframe.ColumnType
The type for DoubleColumn
doubleColumn(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the DoubleColumn at the specified index.
doubleColumn(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the specified DoubleColumn
DoubleColumn - Interface in tech.bitey.dataframe
A Column with element type Double.
DoubleColumnBuilder - Class in tech.bitey.dataframe
A builder for creating DoubleColumn instances.
DoubleFromResultSet - Enum in tech.bitey.dataframe.db
Logic for reading a double value from a ResultSet into a DoubleColumnBuilder: DoubleFromResultSet.DOUBLE_FROM_DOUBLE
DoubleToStatement - Enum in tech.bitey.dataframe.db
 
dropColumns(Collection<String>) - Method in interface tech.bitey.dataframe.DataFrame
Returns a new dataframe which excludes the specified columns.
dropColumns(String...) - Method in interface tech.bitey.dataframe.DataFrame
Returns a new dataframe which excludes the specified columns.
dropColumns(int...) - Method in interface tech.bitey.dataframe.DataFrame
Returns a new dataframe which excludes the specified columns.

E

empty() - Method in interface tech.bitey.dataframe.DataFrame
Returns an empty dataframe.
empty() - Method in interface tech.bitey.dataframe.DateSeries
Returns an empty DateSeries.
empty() - Method in class tech.bitey.dataframe.DateSeriesImpl
 
ensureCapacity(int) - Method in class tech.bitey.dataframe.BooleanColumnBuilder
 
ensureCapacity(int) - Method in interface tech.bitey.dataframe.ColumnBuilder
Increases the capacity of this ColumnBuilder instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
EnumColumn<T extends Enum<T>> - Class in tech.bitey.dataframe
An EnumColumn is a view wrapping a ByteColumn, with the byte values interpreted as ordinals of the specified enum type.
equals(DataFrame, boolean) - Method in interface tech.bitey.dataframe.DataFrame
Tests this DataFrame against the specified one for equality.
equals(Object) - Method in class tech.bitey.dataframe.EnumColumn
 

F

filter(Predicate<Row>) - Method in interface tech.bitey.dataframe.DataFrame
Returns a dataframe containing the rows which pass the specified Predicate.
filter(Predicate<Row>) - Method in interface tech.bitey.dataframe.DateSeries
Returns a DateSeries containing the points which pass the specified Predicate.
filter(Predicate<Row>) - Method in class tech.bitey.dataframe.DateSeriesImpl
 
filterNulls() - Method in interface tech.bitey.dataframe.DataFrame
Returns a dataframe containing the rows which do not contain any null values.
first() - Method in interface tech.bitey.dataframe.Column
Returns the first (lowest) element in this column.
first() - Method in class tech.bitey.dataframe.EnumColumn
 
FLOAT - Static variable in class tech.bitey.dataframe.ColumnType
The type for FloatColumn
floatColumn(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the FloatColumn at the specified index.
floatColumn(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the specified FloatColumn
FloatColumn - Interface in tech.bitey.dataframe
A Column with element type Float.
FloatColumnBuilder - Class in tech.bitey.dataframe
A builder for creating FloatColumn instances.
FloatFromResultSet - Enum in tech.bitey.dataframe.db
Logic for reading a float value from a ResultSet into a FloatColumnBuilder: FloatFromResultSet.FLOAT_FROM_FLOAT
FloatToStatement - Enum in tech.bitey.dataframe.db
 
floor(E) - Method in interface tech.bitey.dataframe.Column
Returns the greatest element in this column less than or equal to the given element, or null if there is no such element.
floor(T) - Method in class tech.bitey.dataframe.EnumColumn
 

G

get(int, int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified Column.
get(int, String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified Column.
get(ResultSet, int, B) - Method in interface tech.bitey.dataframe.db.IFromResultSet
Gets one elements from the ResultSet at the current row, for the specified column, and adds it to the builder.
get(int) - Method in class tech.bitey.dataframe.EnumColumn
 
get(int) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified Column.
get(String) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified Column.
getBigDecimal(int, int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified DecimalColumn.
getBigDecimal(int, String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified DecimalColumn.
getBigDecimal(int) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified DecimalColumn.
getBigDecimal(String) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified DecimalColumn.
getBoolean(int) - Method in interface tech.bitey.dataframe.BooleanColumn
Primitive specialization of List.get(int).
getBoolean(int, int) - Method in interface tech.bitey.dataframe.DataFrame
boolean primitive specialization of DataFrame.get(int,int).
getBoolean(int, String) - Method in interface tech.bitey.dataframe.DataFrame
boolean primitive specialization of DataFrame.get(int,String).
getBoolean(int) - Method in interface tech.bitey.dataframe.Row
boolean primitive specialization of Row.get(int).
getBoolean(String) - Method in interface tech.bitey.dataframe.Row
boolean primitive specialization of Row.get(int).
getByte(int) - Method in interface tech.bitey.dataframe.ByteColumn
Primitive specialization of List.get(int).
getColumnType() - Method in enum tech.bitey.dataframe.db.BooleanFromResultSet
getColumnType() - Method in enum tech.bitey.dataframe.db.ByteFromResultSet
 
getColumnType() - Method in enum tech.bitey.dataframe.db.DateFromResultSet
 
getColumnType() - Method in enum tech.bitey.dataframe.db.DateTimeFromResultSet
 
getColumnType() - Method in enum tech.bitey.dataframe.db.DecimalFromResultSet
 
getColumnType() - Method in enum tech.bitey.dataframe.db.DoubleFromResultSet
 
getColumnType() - Method in enum tech.bitey.dataframe.db.FloatFromResultSet
 
getColumnType() - Method in interface tech.bitey.dataframe.db.IFromResultSet
Returns the ColumnType used to create the ColumnBuilder (via ColumnType.builder()).
getColumnType() - Method in enum tech.bitey.dataframe.db.IntFromResultSet
 
getColumnType() - Method in enum tech.bitey.dataframe.db.LongFromResultSet
 
getColumnType() - Method in enum tech.bitey.dataframe.db.ShortFromResultSet
 
getColumnType() - Method in enum tech.bitey.dataframe.db.StringFromResultSet
 
getDate(int, int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified DateColumn.
getDate(int, String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified DateColumn.
getDate(int) - Method in interface tech.bitey.dataframe.DateSeries
Returns the date for the point at the specified index.
getDate(int) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified DateColumn.
getDate(String) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified DateColumn.
getDateTime(int, int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified DateTimeColumn.
getDateTime(int, String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified DateTimeColumn.
getDateTime(int) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified DateTimeColumn.
getDateTime(String) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified DateTimeColumn.
getDouble(int, int) - Method in interface tech.bitey.dataframe.DataFrame
double primitive specialization of DataFrame.get(int,int).
getDouble(int, String) - Method in interface tech.bitey.dataframe.DataFrame
double primitive specialization of DataFrame.get(int,String).
getDouble(int) - Method in interface tech.bitey.dataframe.DoubleColumn
Primitive specialization of List.get(int).
getDouble(int) - Method in interface tech.bitey.dataframe.Row
double primitive specialization of Row.get(int).
getDouble(String) - Method in interface tech.bitey.dataframe.Row
double primitive specialization of Row.get(int).
getFloat(int, int) - Method in interface tech.bitey.dataframe.DataFrame
float primitive specialization of DataFrame.get(int,int).
getFloat(int, String) - Method in interface tech.bitey.dataframe.DataFrame
float primitive specialization of DataFrame.get(int,String).
getFloat(int) - Method in interface tech.bitey.dataframe.FloatColumn
Primitive specialization of List.get(int).
getFloat(int) - Method in interface tech.bitey.dataframe.Row
float primitive specialization of Row.get(int).
getFloat(String) - Method in interface tech.bitey.dataframe.Row
float primitive specialization of Row.get(int).
getInt(int, int) - Method in interface tech.bitey.dataframe.DataFrame
int primitive specialization of DataFrame.get(int,int).
getInt(int, String) - Method in interface tech.bitey.dataframe.DataFrame
int primitive specialization of DataFrame.get(int,String).
getInt(int) - Method in interface tech.bitey.dataframe.IntColumn
Primitive specialization of List.get(int).
getInt(int) - Method in interface tech.bitey.dataframe.Row
int primitive specialization of Row.get(int).
getInt(String) - Method in interface tech.bitey.dataframe.Row
int primitive specialization of Row.get(int).
getLong(int, int) - Method in interface tech.bitey.dataframe.DataFrame
long primitive specialization of DataFrame.get(int,int).
getLong(int, String) - Method in interface tech.bitey.dataframe.DataFrame
long primitive specialization of DataFrame.get(int,String).
getLong(int) - Method in interface tech.bitey.dataframe.LongColumn
Primitive specialization of List.get(int).
getLong(int) - Method in interface tech.bitey.dataframe.Row
long primitive specialization of Row.get(int).
getLong(String) - Method in interface tech.bitey.dataframe.Row
long primitive specialization of Row.get(int).
getOrDefaultDouble(int, int, double) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified DoubleColumn, or the specified defaultValue if the value is null.
getOrDefaultDouble(int, String, double) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified DoubleColumn, or the specified defaultValue if the value is null.
getOrDefaultDouble(int, double) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified DoubleColumn, or the specified defaultValue if the value is null.
getOrDefaultDouble(String, double) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified DoubleColumn, or the specified defaultValue if the value is null.
getOrDefaultFloat(int, int, float) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified FloatColumn, or the specified defaultValue if the value is null.
getOrDefaultFloat(int, String, float) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified FloatColumn, or the specified defaultValue if the value is null.
getOrDefaultFloat(int, float) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified FloatColumn, or the specified defaultValue if the value is null.
getOrDefaultFloat(String, float) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified FloatColumn, or the specified defaultValue if the value is null.
getOrDefaultInt(int, int, int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified IntColumn, or the specified defaultValue if the value is null.
getOrDefaultInt(int, String, int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified IntColumn, or the specified defaultValue if the value is null.
getOrDefaultInt(int, int) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified IntColumn, or the specified defaultValue if the value is null.
getOrDefaultInt(String, int) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified IntColumn, or the specified defaultValue if the value is null.
getOrDefaultLong(int, int, long) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified LongColumn, or the specified defaultValue if the value is null.
getOrDefaultLong(int, String, long) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified LongColumn, or the specified defaultValue if the value is null.
getOrDefaultLong(int, long) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified LongColumn, or the specified defaultValue if the value is null.
getOrDefaultLong(String, long) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified LongColumn, or the specified defaultValue if the value is null.
getOrDefaultShort(int, int, short) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified ShortColumn, or the specified defaultValue if the value is null.
getOrDefaultShort(int, String, short) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified ShortColumn, or the specified defaultValue if the value is null.
getOrDefaultShort(int, short) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified ShortColumn, or the specified defaultValue if the value is null.
getOrDefaultShort(String, short) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified ShortColumn, or the specified defaultValue if the value is null.
getShort(int, int) - Method in interface tech.bitey.dataframe.DataFrame
short primitive specialization of DataFrame.get(int,int).
getShort(int, String) - Method in interface tech.bitey.dataframe.DataFrame
short primitive specialization of DataFrame.get(int,String).
getShort(int) - Method in interface tech.bitey.dataframe.Row
short primitive specialization of Row.get(int).
getShort(String) - Method in interface tech.bitey.dataframe.Row
short primitive specialization of Row.get(int).
getShort(int) - Method in interface tech.bitey.dataframe.ShortColumn
Primitive specialization of List.get(int).
getString(int, int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified StringColumn.
getString(int, String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the value for the specified row in the specified StringColumn.
getString(int) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified StringColumn.
getString(String) - Method in interface tech.bitey.dataframe.Row
Returns the value for this row in the specified StringColumn.
getType() - Method in class tech.bitey.dataframe.BooleanColumnBuilder
 
getType() - Method in class tech.bitey.dataframe.ByteColumnBuilder
 
getType() - Method in interface tech.bitey.dataframe.Column
 
getType() - Method in interface tech.bitey.dataframe.ColumnBuilder
The type of the Column created by this builder.
getType() - Method in class tech.bitey.dataframe.DateColumnBuilder
 
getType() - Method in class tech.bitey.dataframe.DateTimeColumnBuilder
 
getType() - Method in class tech.bitey.dataframe.DecimalColumnBuilder
 
getType() - Method in class tech.bitey.dataframe.DoubleColumnBuilder
 
getType() - Method in class tech.bitey.dataframe.EnumColumn
 
getType() - Method in class tech.bitey.dataframe.FloatColumnBuilder
 
getType() - Method in class tech.bitey.dataframe.IntColumnBuilder
getType() - Method in class tech.bitey.dataframe.LongColumnBuilder
 
getType() - Method in class tech.bitey.dataframe.ShortColumnBuilder
 
getType() - Method in class tech.bitey.dataframe.StringColumnBuilder
 
getValue(int) - Method in interface tech.bitey.dataframe.DateSeries
Returns the value for the point at the specified index.

H

hashCode() - Method in class tech.bitey.dataframe.EnumColumn
 
hasKeyColumn() - Method in interface tech.bitey.dataframe.DataFrame
Returns true if this dataframe has a key column.
hasNext() - Method in interface tech.bitey.dataframe.Cursor
Returns true if this dataframe cursor has more rows to traverse in the forward direction.
hasPrevious() - Method in interface tech.bitey.dataframe.Cursor
Returns true if this dataframe cursor has more rows to traverse in the backward direction.
head(Byte, boolean) - Method in interface tech.bitey.dataframe.ByteColumn
 
head(Byte) - Method in interface tech.bitey.dataframe.ByteColumn
 
head(E, boolean) - Method in interface tech.bitey.dataframe.Column
Returns a view of the portion of this column whose elements are less than (or equal to, if inclusive is true) toElement.
head(E) - Method in interface tech.bitey.dataframe.Column
Same behavior as Column.head(Object, boolean), with inclusive set to false.
head(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns a dataframe containing the first count rows from this dataframe, or this dataframe if it contains fewer than count rows.
head() - Method in interface tech.bitey.dataframe.DataFrame
Returns a dataframe containing the first 10 rows from this dataframe, or this dataframe if it contains fewer than 10 rows.
head(LocalDate, boolean) - Method in interface tech.bitey.dataframe.DateColumn
 
head(LocalDate) - Method in interface tech.bitey.dataframe.DateColumn
 
head(int) - Method in interface tech.bitey.dataframe.DateSeries
Returns a DateSeries containing the first count points from this time series, or this time series if it contains fewer than count points.
head() - Method in interface tech.bitey.dataframe.DateSeries
Returns a DateSeries containing the first 10 points from this time series, or this time series if it contains fewer than 10 points.
head(int) - Method in class tech.bitey.dataframe.DateSeriesImpl
 
head() - Method in class tech.bitey.dataframe.DateSeriesImpl
 
head(LocalDateTime, boolean) - Method in interface tech.bitey.dataframe.DateTimeColumn
 
head(LocalDateTime) - Method in interface tech.bitey.dataframe.DateTimeColumn
 
head(BigDecimal, boolean) - Method in interface tech.bitey.dataframe.DecimalColumn
 
head(BigDecimal) - Method in interface tech.bitey.dataframe.DecimalColumn
 
head(Double, boolean) - Method in interface tech.bitey.dataframe.DoubleColumn
 
head(Double) - Method in interface tech.bitey.dataframe.DoubleColumn
 
head(T, boolean) - Method in class tech.bitey.dataframe.EnumColumn
 
head(T) - Method in class tech.bitey.dataframe.EnumColumn
 
head(Float, boolean) - Method in interface tech.bitey.dataframe.FloatColumn
 
head(Float) - Method in interface tech.bitey.dataframe.FloatColumn
 
head(Integer, boolean) - Method in interface tech.bitey.dataframe.IntColumn
 
head(Integer) - Method in interface tech.bitey.dataframe.IntColumn
 
head(Long, boolean) - Method in interface tech.bitey.dataframe.LongColumn
 
head(Long) - Method in interface tech.bitey.dataframe.LongColumn
 
head(Short, boolean) - Method in interface tech.bitey.dataframe.ShortColumn
 
head(Short) - Method in interface tech.bitey.dataframe.ShortColumn
 
head(String, boolean) - Method in interface tech.bitey.dataframe.StringColumn
 
head(String) - Method in interface tech.bitey.dataframe.StringColumn
 
headTo(Object) - Method in interface tech.bitey.dataframe.DataFrame
Returns a dataframe containing the rows whose key column values are strictly less than toKey.
headTo(LocalDate) - Method in interface tech.bitey.dataframe.DateSeries
Returns a DateSeries containing the points with dates strictly less than toKey.
headTo(LocalDate) - Method in class tech.bitey.dataframe.DateSeriesImpl
 
higher(E) - Method in interface tech.bitey.dataframe.Column
Returns the least element in this column strictly greater than the given element, or null if there is no such element.
higher(T) - Method in class tech.bitey.dataframe.EnumColumn
 

I

IFromResultSet<E,B extends ColumnBuilder<E>> - Interface in tech.bitey.dataframe.db
Logic for converting a column in a ResultSet into a Column via a ColumnBuilder.
indexOf(Object) - Method in class tech.bitey.dataframe.EnumColumn
 
indexOrganize(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns a new dataframe with rows sorted by the specified column.
indexOrganize(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns a new dataframe with rows sorted by the specified column.
INT - Static variable in class tech.bitey.dataframe.ColumnType
The type for IntColumn
intColumn(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the IntColumn at the specified index.
intColumn(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the specified IntColumn
IntColumn - Interface in tech.bitey.dataframe
A Column with element type Integer.
IntColumnBuilder - Class in tech.bitey.dataframe
A builder for creating IntColumn instances.
IntFromResultSet - Enum in tech.bitey.dataframe.db
Logic for reading a int value from a ResultSet into a IntColumnBuilder: IntFromResultSet.INT_FROM_INT
IntToStatement - Enum in tech.bitey.dataframe.db
 
isDistinct() - Method in interface tech.bitey.dataframe.Column
Returns true if the Spliterator.DISTINCT flag is set.
isEmpty() - Method in class tech.bitey.dataframe.EnumColumn
 
isNonnull() - Method in interface tech.bitey.dataframe.Column
Returns true if the Spliterator.NONNULL flag is set.
isNull(int) - Method in interface tech.bitey.dataframe.Column
Test if a value is null at a given index.
isNull(int, int) - Method in interface tech.bitey.dataframe.DataFrame
Returns true if the value is null in the specified Column at the specified row index.
isNull(int, String) - Method in interface tech.bitey.dataframe.DataFrame
Returns true if the value is null in the specified Column at the specified row index.
isNull(int) - Method in class tech.bitey.dataframe.EnumColumn
 
isNull(int) - Method in interface tech.bitey.dataframe.Row
Returns true if the value is null in the specified Column.
isNull(String) - Method in interface tech.bitey.dataframe.Row
Returns true if the value is null in the specified Column.
isSorted() - Method in interface tech.bitey.dataframe.Column
Returns true if the Spliterator.SORTED flag is set.
iterator() - Method in class tech.bitey.dataframe.EnumColumn
 
IToPreparedStatement<C extends Column<?>> - Interface in tech.bitey.dataframe.db
 

J

join(DataFrame) - Method in interface tech.bitey.dataframe.DataFrame
Perform a one-to-one inner join on this (left) dataframe with the specified (right) dataframe by their key columns.
join(DataFrame, String[], String[]) - Method in interface tech.bitey.dataframe.DataFrame
Perform a one-to-many inner join on this (left) dataframe with the specified (right) dataframe by building a hashtable index on the specified left columns.
joinLeftOneToMany(DataFrame, String) - Method in interface tech.bitey.dataframe.DataFrame
Perform a one-to-many left join on this (left) dataframe with the specified (right) dataframe using the key column from the left dataframe.
joinManyToOne(DataFrame, String) - Method in interface tech.bitey.dataframe.DataFrame
Perform a many-to-one inner join on this (left) dataframe with the specified (right) dataframe using the key column from the right dataframe.
joinOneToMany(DataFrame, String) - Method in interface tech.bitey.dataframe.DataFrame
Perform a one-to-many inner join on this (left) dataframe with the specified (right) dataframe using the key column from the left dataframe.

K

keyColumnIndex() - Method in interface tech.bitey.dataframe.DataFrame
Returns the index of the key column, or null if no key column has been specified.
keyColumnName() - Method in interface tech.bitey.dataframe.DataFrame
Returns the key column name, or null if no key column has been specified.
keyColumnType() - Method in interface tech.bitey.dataframe.DataFrame
Returns the key column type, or null if no key column has been specified.

L

last() - Method in interface tech.bitey.dataframe.Column
Returns the last (highest) element in this column.
last() - Method in class tech.bitey.dataframe.EnumColumn
 
lastIndexOf(Object) - Method in class tech.bitey.dataframe.EnumColumn
 
listIterator() - Method in class tech.bitey.dataframe.EnumColumn
 
listIterator(int) - Method in class tech.bitey.dataframe.EnumColumn
 
LONG - Static variable in class tech.bitey.dataframe.ColumnType
The type for LongColumn
longColumn(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the LongColumn at the specified index.
longColumn(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the specified LongColumn
LongColumn - Interface in tech.bitey.dataframe
A Column with element type Long.
LongColumnBuilder - Class in tech.bitey.dataframe
A builder for creating LongColumn instances.
LongFromResultSet - Enum in tech.bitey.dataframe.db
Logic for reading a long value from a ResultSet into a LongColumnBuilder: LongFromResultSet.LONG_FROM_LONG
LongToStatement - Enum in tech.bitey.dataframe.db
 
lower(E) - Method in interface tech.bitey.dataframe.Column
Returns the greatest element in this column strictly less than the given element, or null if there is no such element.
lower(T) - Method in class tech.bitey.dataframe.EnumColumn
 

M

max() - Method in interface tech.bitey.dataframe.NumericColumn
Returns the largest non-null value in this column.
mean() - Method in interface tech.bitey.dataframe.NumericColumn
Returns the mean/average of the non-null values in this column.
min() - Method in interface tech.bitey.dataframe.NumericColumn
Returns the smallest non-null value in this column.

N

next() - Method in interface tech.bitey.dataframe.Cursor
Moves the cursor to the next Row in the dataframe.
nullColumn(int) - Method in class tech.bitey.dataframe.ColumnType
Returns a Column of the corresponding type that only contains nulls.
NumericColumn<E extends Number> - Interface in tech.bitey.dataframe
A Column with a numeric element type.

O

of(Boolean...) - Static method in interface tech.bitey.dataframe.BooleanColumn
Returns a new BooleanColumn containing the specified elements.
of(Byte...) - Static method in interface tech.bitey.dataframe.ByteColumn
Returns a new ByteColumn containing the specified elements.
of(LocalDate...) - Static method in interface tech.bitey.dataframe.DateColumn
Returns a new DateColumn containing the specified elements.
of(LocalDateTime...) - Static method in interface tech.bitey.dataframe.DateTimeColumn
Returns a new DateTimeColumn containing the specified elements.
of(BigDecimal...) - Static method in interface tech.bitey.dataframe.DecimalColumn
Returns a new BigDecimalColumn containing the specified elements.
of(Double...) - Static method in interface tech.bitey.dataframe.DoubleColumn
Returns a new DoubleColumn containing the specified elements.
of(Float...) - Static method in interface tech.bitey.dataframe.FloatColumn
Returns a new FloatColumn containing the specified elements.
of(Integer...) - Static method in interface tech.bitey.dataframe.IntColumn
Returns a new IntColumn containing the specified elements.
of(Long...) - Static method in interface tech.bitey.dataframe.LongColumn
Returns a new LongColumn containing the specified elements.
of(Short...) - Static method in interface tech.bitey.dataframe.ShortColumn
Returns a new ShortColumn containing the specified elements.
of(String...) - Static method in interface tech.bitey.dataframe.StringColumn
Returns a new StringColumn containing the specified elements.

P

parse(String) - Method in class tech.bitey.dataframe.ColumnType
Parse a string to an element according to the following logic: Parsing Logic Column Type Element Type Logic BOOLEAN BooleanTRUE if string equals "true" or "Y", ignoring case DATE LocalDate if string has length 8, treat as yyyymmdd int value otherwise, LocalDate.parse(CharSequence) DATETIME LocalDateTimeLocalDateTime.parse(CharSequence) DOUBLE DoubleDouble.valueOf(String) FLOAT FloatFloat.valueOf(String) INT IntegerInteger.valueOf(String) LONG LongLong.valueOf(String) STRING String as-is DECIMAL BigDecimalBigDecimal.BigDecimal(String)
previous() - Method in interface tech.bitey.dataframe.Cursor
Returns the previous element in the dataframe and moves the cursor position backwards.

R

ReadCsvConfig - Class in tech.bitey.dataframe
Configuration for reading a dataframe from a CSV file.
ReadCsvConfig(List<ColumnType<?>>, List<String>, char) - Constructor for class tech.bitey.dataframe.ReadCsvConfig
Constructor for specifying all three configurable settings.
ReadCsvConfig(List<ColumnType<?>>, char) - Constructor for class tech.bitey.dataframe.ReadCsvConfig
Constructor for specifying the column types and delimiter settings.
ReadCsvConfig(List<ColumnType<?>>, List<String>) - Constructor for class tech.bitey.dataframe.ReadCsvConfig
Constructor for specifying the column types and and column names settings.
ReadCsvConfig(List<ColumnType<?>>) - Constructor for class tech.bitey.dataframe.ReadCsvConfig
Constructor for specifying the column types settings.
readCsvFrom(File, ReadCsvConfig) - Static method in enum tech.bitey.dataframe.DataFrameFactory
Read a dataframe from a CSV file.
readCsvFrom(InputStream, ReadCsvConfig) - Static method in enum tech.bitey.dataframe.DataFrameFactory
Read a dataframe in CSV format from the specified InputStream.
readFrom(File) - Static method in enum tech.bitey.dataframe.DataFrameFactory
Load a dataframe from a file created via DataFrame.writeTo(File).
readFrom(ReadableByteChannel) - Static method in enum tech.bitey.dataframe.DataFrameFactory
Read a dataframe from the specified ReadableByteChannel.
readFrom(ResultSet, ReadFromDbConfig) - Static method in enum tech.bitey.dataframe.DataFrameFactory
Read a dataframe from the specified ResultSet according to the specified configuration.
readFrom(File) - Static method in enum tech.bitey.dataframe.DateSeriesFactory
Load a time series from a file created via DataFrame.writeTo(File).
readFrom(ReadableByteChannel) - Static method in enum tech.bitey.dataframe.DateSeriesFactory
Read a time series from the specified ReadableByteChannel.
ReadFromDbConfig - Class in tech.bitey.dataframe
Configuration for reading a dataframe from a ResultSet.
ReadFromDbConfig(List<IFromResultSet<?, ?>>, int) - Constructor for class tech.bitey.dataframe.ReadFromDbConfig
Creates a configuration for reading a dataframe from a ResultSet.
ReadFromDbConfig(List<IFromResultSet<?, ?>>) - Constructor for class tech.bitey.dataframe.ReadFromDbConfig
Creates a configuration for reading a dataframe from a ResultSet, with a fetch size of 1000.
remove(Object) - Method in class tech.bitey.dataframe.EnumColumn
 
remove(int) - Method in class tech.bitey.dataframe.EnumColumn
 
removeAll(Collection<?>) - Method in class tech.bitey.dataframe.EnumColumn
 
retainAll(Collection<?>) - Method in class tech.bitey.dataframe.EnumColumn
 
Row - Interface in tech.bitey.dataframe
Represents a logical row in a parent DataFrame, which implements the List<Row> interface.
rowIndex() - Method in interface tech.bitey.dataframe.Row
Returns the row index in the parent DataFrame, ranging from zero to dataframe size (exclusive).

S

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
The type for ShortColumn
shortColumn(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the ShortColumn at the specified index.
shortColumn(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the specified ShortColumn
ShortColumn - Interface in tech.bitey.dataframe
A Column with element type Short.
ShortColumnBuilder - Class in tech.bitey.dataframe
A builder for creating ShortColumn instances.
ShortFromResultSet - Enum in tech.bitey.dataframe.db
Logic for reading a short value from a ResultSet into a ShortColumnBuilder: ShortFromResultSet.SHORT_FROM_SHORT
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
Creates a Spliterator over the elements in this list.
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
The type for StringColumn
stringColumn(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the StringColumn at the specified index.
stringColumn(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the specified StringColumn
StringColumn - Interface in tech.bitey.dataframe
A Column with element type String.
StringColumnBuilder - Class in tech.bitey.dataframe
A builder for creating StringColumn instances.
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
 

T

tail(Byte, boolean) - Method in interface tech.bitey.dataframe.ByteColumn
 
tail(Byte) - Method in interface tech.bitey.dataframe.ByteColumn
 
tail(E, boolean) - Method in interface tech.bitey.dataframe.Column
Returns a view of the portion of this column whose elements are greater than (or equal to, if inclusive is true) fromElement.
tail(E) - Method in interface tech.bitey.dataframe.Column
Same behavior as Column.tail(Object, boolean), with inclusive set to true.
tail(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns a dataframe containing the last count rows from this dataframe, or this dataframe if it contains fewer than count rows.
tail() - Method in interface tech.bitey.dataframe.DataFrame
Returns a dataframe containing the last 10 rows from this dataframe, or this dataframe if it contains fewer than 10 rows.
tail(LocalDate, boolean) - Method in interface tech.bitey.dataframe.DateColumn
 
tail(LocalDate) - Method in interface tech.bitey.dataframe.DateColumn
 
tail(int) - Method in interface tech.bitey.dataframe.DateSeries
Returns a DateSeries containing the last count points from this dataframe, or this time series if it contains fewer than count points.
tail() - Method in interface tech.bitey.dataframe.DateSeries
Returns a DateSeries containing the last 10 points from this time series, or this time series if it contains fewer than 10 points.
tail(int) - Method in class tech.bitey.dataframe.DateSeriesImpl
 
tail() - Method in class tech.bitey.dataframe.DateSeriesImpl
 
tail(LocalDateTime, boolean) - Method in interface tech.bitey.dataframe.DateTimeColumn
 
tail(LocalDateTime) - Method in interface tech.bitey.dataframe.DateTimeColumn
 
tail(BigDecimal, boolean) - Method in interface tech.bitey.dataframe.DecimalColumn
 
tail(BigDecimal) - Method in interface tech.bitey.dataframe.DecimalColumn
 
tail(Double, boolean) - Method in interface tech.bitey.dataframe.DoubleColumn
 
tail(Double) - Method in interface tech.bitey.dataframe.DoubleColumn
 
tail(T, boolean) - Method in class tech.bitey.dataframe.EnumColumn
 
tail(T) - Method in class tech.bitey.dataframe.EnumColumn
 
tail(Float, boolean) - Method in interface tech.bitey.dataframe.FloatColumn
 
tail(Float) - Method in interface tech.bitey.dataframe.FloatColumn
 
tail(Integer, boolean) - Method in interface tech.bitey.dataframe.IntColumn
 
tail(Integer) - Method in interface tech.bitey.dataframe.IntColumn
 
tail(Long, boolean) - Method in interface tech.bitey.dataframe.LongColumn
 
tail(Long) - Method in interface tech.bitey.dataframe.LongColumn
 
tail(Short, boolean) - Method in interface tech.bitey.dataframe.ShortColumn
 
tail(Short) - Method in interface tech.bitey.dataframe.ShortColumn
 
tail(String, boolean) - Method in interface tech.bitey.dataframe.StringColumn
 
tail(String) - Method in interface tech.bitey.dataframe.StringColumn
 
tailFrom(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.
tailFrom(LocalDate) - Method in interface tech.bitey.dataframe.DateSeries
Returns a DateSeries containing the points with dates greater than or equal to fromKey.
tailFrom(LocalDate) - Method in class tech.bitey.dataframe.DateSeriesImpl
 
tech.bitey.dataframe - package tech.bitey.dataframe
 
tech.bitey.dataframe.db - package tech.bitey.dataframe.db
 
toArray() - Method in class tech.bitey.dataframe.EnumColumn
 
toArray(E[]) - Method in class tech.bitey.dataframe.EnumColumn
 
toDateSeries(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns a DateSeries using the key column from this dataframe as the date column in the time series, and using the specified column as the values column in the time series.
toDateSeries(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns a DateSeries using the key column from this dataframe as the date column in the time series, and using the specified column as the values column in the time series.
toDateSeries(int) - Method in interface tech.bitey.dataframe.DateSeries
Returns this time series
toDateSeries(String) - Method in interface tech.bitey.dataframe.DateSeries
Returns this time series
toDistinct() - Method in interface tech.bitey.dataframe.ByteColumn
 
toDistinct() - Method in interface tech.bitey.dataframe.Column
Converts a column to a unique index.
toDistinct() - Method in interface tech.bitey.dataframe.DateColumn
 
toDistinct() - Method in interface tech.bitey.dataframe.DateTimeColumn
 
toDistinct() - Method in interface tech.bitey.dataframe.DecimalColumn
 
toDistinct() - Method in interface tech.bitey.dataframe.DoubleColumn
 
toDistinct() - Method in class tech.bitey.dataframe.EnumColumn
 
toDistinct() - Method in interface tech.bitey.dataframe.FloatColumn
 
toDistinct() - Method in interface tech.bitey.dataframe.IntColumn
 
toDistinct() - Method in interface tech.bitey.dataframe.LongColumn
 
toDistinct() - Method in interface tech.bitey.dataframe.ShortColumn
 
toDistinct() - Method in interface tech.bitey.dataframe.StringColumn
 
ToFloatFunction<T> - Interface in tech.bitey.dataframe
 
toHeap() - Method in interface tech.bitey.dataframe.ByteColumn
 
toHeap() - Method in interface tech.bitey.dataframe.Column
Converts an index into a heap.
toHeap() - Method in interface tech.bitey.dataframe.DateColumn
 
toHeap() - Method in interface tech.bitey.dataframe.DateTimeColumn
 
toHeap() - Method in interface tech.bitey.dataframe.DecimalColumn
 
toHeap() - Method in interface tech.bitey.dataframe.DoubleColumn
 
toHeap() - Method in class tech.bitey.dataframe.EnumColumn
 
toHeap() - Method in interface tech.bitey.dataframe.FloatColumn
 
toHeap() - Method in interface tech.bitey.dataframe.IntColumn
 
toHeap() - Method in interface tech.bitey.dataframe.LongColumn
 
toHeap() - Method in interface tech.bitey.dataframe.ShortColumn
 
toHeap() - Method in interface tech.bitey.dataframe.StringColumn
 
toMap(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns a map keyed by the elements in the key column, with values from the column at the specified index.
toMap(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns a map keyed by the elements in the key column, with values from the column at the specified index.
toSorted() - Method in interface tech.bitey.dataframe.ByteColumn
 
toSorted() - Method in interface tech.bitey.dataframe.Column
Converts a heap to an index.
toSorted() - Method in interface tech.bitey.dataframe.DateColumn
 
toSorted() - Method in interface tech.bitey.dataframe.DateTimeColumn
 
toSorted() - Method in interface tech.bitey.dataframe.DecimalColumn
 
toSorted() - Method in interface tech.bitey.dataframe.DoubleColumn
 
toSorted() - Method in class tech.bitey.dataframe.EnumColumn
 
toSorted() - Method in interface tech.bitey.dataframe.FloatColumn
 
toSorted() - Method in interface tech.bitey.dataframe.IntColumn
 
toSorted() - Method in interface tech.bitey.dataframe.LongColumn
 
toSorted() - Method in interface tech.bitey.dataframe.ShortColumn
 
toSorted() - Method in interface tech.bitey.dataframe.StringColumn
 
transform(DoubleUnaryOperator) - Method in interface tech.bitey.dataframe.DateSeries
Returns a new time series where the values have been transformed by the provided operation.
transform(DateSeries, DoubleBinaryOperator) - Method in interface tech.bitey.dataframe.DateSeries
Joins this time series with the specifies series, and combines their values point-wise using the specified operation.
transform(DoubleUnaryOperator) - Method in class tech.bitey.dataframe.DateSeriesImpl
 
transform(DateSeries, DoubleBinaryOperator) - Method in class tech.bitey.dataframe.DateSeriesImpl
 

U

unwrap() - Method in class tech.bitey.dataframe.EnumColumn
Returns the ByteColumn containing the ordinal values.

V

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.

W

withColumn(String, Column<?>) - Method in interface tech.bitey.dataframe.DataFrame
Returns a new dataframe which is a shallow copy of this one, but including the specified column and column name.
withColumns(String[], Column<?>[]) - Method in interface tech.bitey.dataframe.DataFrame
Returns a new dataframe which is a shallow copy of this one, but including the specified columns and column names.
withColumns(LinkedHashMap<String, Column<?>>) - Method in interface tech.bitey.dataframe.DataFrame
Returns a new dataframe which is a shallow copy of this one, but including the specified columns and column names.
withColumns(DataFrame) - Method in interface tech.bitey.dataframe.DataFrame
Returns a new dataframe which is a shallow copy of this one, but including the columns and column names from the provided dataframe.
withKeyColumn(int) - Method in interface tech.bitey.dataframe.DataFrame
Returns a new dataframe which is a shallow copy of this one, but with the key column set to the specified column.
withKeyColumn(String) - Method in interface tech.bitey.dataframe.DataFrame
Returns a new dataframe which is a shallow copy of this one, but with the key column set to the specified column.
wrap(Class<T>, ByteColumn) - Static method in class tech.bitey.dataframe.EnumColumn
Wraps the specified ByteColumn, interpreting the byte values as ordinals of the specified enum type.
writeCsvTo(File) - Method in interface tech.bitey.dataframe.DataFrame
Save this dataframe to an RFC 4180 compliant CSV file, encoded with UTF-8.
writeCsvTo(OutputStream) - Method in interface tech.bitey.dataframe.DataFrame
Write this dataframe as an RFC 4180 compliant CSV to the specified OutputStream, encoded with UTF-8.
writeTo(File) - Method in interface tech.bitey.dataframe.DataFrame
Saves this dataframe to a file in a binary format.
writeTo(WritableByteChannel) - Method in interface tech.bitey.dataframe.DataFrame
Writes this dataframe to the specified WritableByteChannel.
writeTo(PreparedStatement, WriteToDbConfig) - Method in interface tech.bitey.dataframe.DataFrame
Writes this dataframe to the specified PreparedStatement using the specified configuration.
writeTo(PreparedStatement) - Method in interface tech.bitey.dataframe.DataFrame
Equivalent to writeTo(ps, WriteToDbConfig.DEFAULT_CONFIG)
WriteToDbConfig - Class in tech.bitey.dataframe
 
WriteToDbConfig(List<IToPreparedStatement<?>>, int, boolean) - Constructor for class tech.bitey.dataframe.WriteToDbConfig
 
WriteToDbConfig(List<IToPreparedStatement<?>>, boolean) - Constructor for class tech.bitey.dataframe.WriteToDbConfig
 
WriteToDbConfig(List<IToPreparedStatement<?>>) - Constructor for class tech.bitey.dataframe.WriteToDbConfig
 

Y

yyyymmdd(int, int) - Method in interface tech.bitey.dataframe.DataFrame
Returns the yyyymmdd date for the specified row in the specified DateColumn.
yyyymmdd(int, String) - Method in interface tech.bitey.dataframe.DataFrame
Returns the yyyymmdd date for the specified row in the specified DateColumn.
yyyymmdd(int) - Method in interface tech.bitey.dataframe.DateColumn
 
yyyymmdd(int) - Method in interface tech.bitey.dataframe.DateSeries
Returns the yyyymmdd-format date for the point at the specified index.
yyyymmdd(int) - Method in interface tech.bitey.dataframe.Row
Returns the yyyymmdd date for this row in the specified DateColumn.
yyyymmdd(String) - Method in interface tech.bitey.dataframe.Row
Returns the yyyymmdd date for this row in the specified DateColumn.
A B C D E F G H I J K L M N O P R S T U V W Y 

Copyright © 2020. All rights reserved.