add_bytes(String colname, byte[] arr) | gov.lbl.fastbit.FastBit | |
add_doubles(String colname, double[] arr) | gov.lbl.fastbit.FastBit | |
add_floats(String colname, float[] arr) | gov.lbl.fastbit.FastBit | |
add_ints(String colname, int[] arr) | gov.lbl.fastbit.FastBit | |
add_longs(String colname, long[] arr) | gov.lbl.fastbit.FastBit | |
add_shorts(String colname, short[] arr) | gov.lbl.fastbit.FastBit | |
build_index(String dir, String col, String opt) | gov.lbl.fastbit.FastBit | |
build_indexes(String dir, String opt) | gov.lbl.fastbit.FastBit | |
build_query(String select, String datadir, String where) | gov.lbl.fastbit.FastBit | |
cleanup() | gov.lbl.fastbit.FastBit | protected |
destroy_query(QueryHandle handle) | gov.lbl.fastbit.FastBit | |
FastBit(String rcfile) | gov.lbl.fastbit.FastBit | inline |
finalize() | gov.lbl.fastbit.FastBit | inlineprotected |
get_logfile() | gov.lbl.fastbit.FastBit | |
get_message_level() | gov.lbl.fastbit.FastBit | |
get_qualified_bytes(QueryHandle handle, String col) | gov.lbl.fastbit.FastBit | |
get_qualified_doubles(QueryHandle handle, String col) | gov.lbl.fastbit.FastBit | |
get_qualified_floats(QueryHandle handle, String col) | gov.lbl.fastbit.FastBit | |
get_qualified_ints(QueryHandle handle, String col) | gov.lbl.fastbit.FastBit | |
get_qualified_longs(QueryHandle handle, String col) | gov.lbl.fastbit.FastBit | |
get_qualified_shorts(QueryHandle handle, String col) | gov.lbl.fastbit.FastBit | |
get_result_row_ids(QueryHandle handle) | gov.lbl.fastbit.FastBit | |
get_result_size(QueryHandle handle) | gov.lbl.fastbit.FastBit | |
init(String rcfile) | gov.lbl.fastbit.FastBit | protected |
number_of_columns(String dir) | gov.lbl.fastbit.FastBit | |
number_of_rows(String dir) | gov.lbl.fastbit.FastBit | |
purge_index(String dir, String col) | gov.lbl.fastbit.FastBit | |
purge_indexes(String dir) | gov.lbl.fastbit.FastBit | |
set_logfile(String filename) | gov.lbl.fastbit.FastBit | |
set_message_level(int level) | gov.lbl.fastbit.FastBit | |
write_buffer(String dir) | gov.lbl.fastbit.FastBit | |