MCPcopy Create free account
hub / github.com/CDSecLab/MJXT / Setup_JXTpp

Method Setup_JXTpp

src/main/java/client/Setup_JXTpp.java:54–60  ·  view source on GitHub ↗

@param table_id_ the table index @param key_column_num the number of columns which are not join attribute @param join_column_num the number of column @param record the number of records of the table

(int table_id_, int key_column_num, int join_column_num, int record, String condition_t)

Source from the content-addressed store, hash-verified

52 * @param record the number of records of the table
53 */
54 public Setup_JXTpp(int table_id_, int key_column_num, int join_column_num, int record, String condition_t){
55 table_id = table_id_;
56 key_column = key_column_num;
57 join_column = join_column_num;
58 record_num = record;
59 condition = condition_t;
60 }
61
62 public void construct() {
63 //Step 1 read the dataset from the tables

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected