Home
last modified time | relevance | path

Searched defs:start_row_id (Results 1 – 6 of 6) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/tools/ref-idx/
H A Dref_iter.h39 int64_t start_row_id; /* the start-row-id of this reference in the REFERENCE-table */ member
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/align/
H A Dunsupported_pileup_estimator.c71 int64_t start_row_id; /* the start-row-id of this reference in the REFERENCE-table */ member
86 static rc_t make_ref_entry( RefEntry **self, const String * rname, int64_t start_row_id, uint32_t l… in make_ref_entry()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/align/
H A Dunsupported_pileup_estimator.c71 int64_t start_row_id; /* the start-row-id of this reference in the REFERENCE-table */ member
86 static rc_t make_ref_entry( RefEntry **self, const String * rname, int64_t start_row_id, uint32_t l… in make_ref_entry()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kdb/
H A Drowset-simple.c200 void CC KRowSetSimpleAddRowIdRange ( KRowSet *self, ctx_t ctx, int64_t start_row_id, uint64_t count… in KRowSetSimpleAddRowIdRange()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kdb/
H A Drowset-simple.c200 void CC KRowSetSimpleAddRowIdRange ( KRowSet *self, ctx_t ctx, int64_t start_row_id, uint64_t count… in KRowSetSimpleAddRowIdRange()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/exec/
H A Dhash_join.cc608 int32_t start_row_id = static_cast<int32_t>(hash_table_scan_unit_ * task_id); in ScanHashTable_exec_task() local