Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add method to retrieve all domains in the database
- Loading branch information
Showing
8 changed files
with
83 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,16 @@ | ||
| table_create companies_id0123_product TABLE_HASH_KEY ShortText | ||
| table_create companies_id0123_age TABLE_HASH_KEY UInt32 | ||
| table_create companies_id0123_BigramTerms TABLE_PAT_KEY|KEY_NORMALIZE ShortText --default_tokenizer TokenBigram | ||
| table_create companies_id0123 TABLE_HASH_KEY ShortText | ||
| column_create companies_id0123 address COLUMN_SCALAR ShortText | ||
| column_create companies_id0123 age COLUMN_SCALAR UInt32 | ||
| column_create companies_id0123 description COLUMN_SCALAR ShortText | ||
| column_create companies_id0123 email_address COLUMN_SCALAR ShortText | ||
| column_create companies_id0123 name COLUMN_SCALAR ShortText | ||
| column_create companies_id0123 product COLUMN_SCALAR companies_id0123_product | ||
| column_create companies_id0123_BigramTerms companies_name COLUMN_INDEX|WITH_POSITION companies_id0123 name | ||
| column_create companies_id0123_BigramTerms companies_email_address COLUMN_INDEX|WITH_POSITION companies_id0123 email_address | ||
| column_create companies_id0123_BigramTerms companies_description COLUMN_INDEX|WITH_POSITION companies_id0123 description | ||
| column_create companies_id0123_BigramTerms companies_address COLUMN_INDEX|WITH_POSITION companies_id0123 address | ||
| column_create companies_id0123_age companies_age COLUMN_INDEX|WITH_POSITION companies_id0123 age | ||
| column_create companies_id0123_product companies_product COLUMN_INDEX|WITH_POSITION companies_id0123 product | ||
| table_create reference_companies_id0123_product TABLE_HASH_KEY ShortText | ||
| table_create reference_companies_id0123_age TABLE_HASH_KEY UInt32 | ||
| table_create reference_companies_id0123_BigramTerms TABLE_PAT_KEY|KEY_NORMALIZE ShortText --default_tokenizer TokenBigram | ||
| table_create domain_companies_id0123 TABLE_HASH_KEY ShortText | ||
| column_create domain_companies_id0123 address COLUMN_SCALAR ShortText | ||
| column_create domain_companies_id0123 age COLUMN_SCALAR UInt32 | ||
| column_create domain_companies_id0123 description COLUMN_SCALAR ShortText | ||
| column_create domain_companies_id0123 email_address COLUMN_SCALAR ShortText | ||
| column_create domain_companies_id0123 name COLUMN_SCALAR ShortText | ||
| column_create domain_companies_id0123 product COLUMN_SCALAR reference_companies_id0123_product | ||
| column_create reference_companies_id0123_BigramTerms companies_name COLUMN_INDEX|WITH_POSITION domain_companies_id0123 name | ||
| column_create reference_companies_id0123_BigramTerms companies_email_address COLUMN_INDEX|WITH_POSITION domain_companies_id0123 email_address | ||
| column_create reference_companies_id0123_BigramTerms companies_description COLUMN_INDEX|WITH_POSITION domain_companies_id0123 description | ||
| column_create reference_companies_id0123_BigramTerms companies_address COLUMN_INDEX|WITH_POSITION domain_companies_id0123 address | ||
| column_create reference_companies_id0123_age companies_age COLUMN_INDEX|WITH_POSITION domain_companies_id0123 age | ||
| column_create reference_companies_id0123_product companies_product COLUMN_INDEX|WITH_POSITION domain_companies_id0123 product |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,16 @@ | ||
| table_create companies_00000000000000000000000000_product TABLE_HASH_KEY ShortText | ||
| table_create companies_00000000000000000000000000_age TABLE_HASH_KEY UInt32 | ||
| table_create companies_00000000000000000000000000_BigramTerms TABLE_PAT_KEY|KEY_NORMALIZE ShortText --default_tokenizer TokenBigram | ||
| table_create companies_00000000000000000000000000 TABLE_HASH_KEY ShortText | ||
| column_create companies_00000000000000000000000000 address COLUMN_SCALAR ShortText | ||
| column_create companies_00000000000000000000000000 age COLUMN_SCALAR UInt32 | ||
| column_create companies_00000000000000000000000000 description COLUMN_SCALAR ShortText | ||
| column_create companies_00000000000000000000000000 email_address COLUMN_SCALAR ShortText | ||
| column_create companies_00000000000000000000000000 name COLUMN_SCALAR ShortText | ||
| column_create companies_00000000000000000000000000 product COLUMN_SCALAR companies_00000000000000000000000000_product | ||
| column_create companies_00000000000000000000000000_BigramTerms companies_name COLUMN_INDEX|WITH_POSITION companies_00000000000000000000000000 name | ||
| column_create companies_00000000000000000000000000_BigramTerms companies_email_address COLUMN_INDEX|WITH_POSITION companies_00000000000000000000000000 email_address | ||
| column_create companies_00000000000000000000000000_BigramTerms companies_description COLUMN_INDEX|WITH_POSITION companies_00000000000000000000000000 description | ||
| column_create companies_00000000000000000000000000_BigramTerms companies_address COLUMN_INDEX|WITH_POSITION companies_00000000000000000000000000 address | ||
| column_create companies_00000000000000000000000000_age companies_age COLUMN_INDEX|WITH_POSITION companies_00000000000000000000000000 age | ||
| column_create companies_00000000000000000000000000_product companies_product COLUMN_INDEX|WITH_POSITION companies_00000000000000000000000000 product | ||
| table_create reference_companies_00000000000000000000000000_product TABLE_HASH_KEY ShortText | ||
| table_create reference_companies_00000000000000000000000000_age TABLE_HASH_KEY UInt32 | ||
| table_create reference_companies_00000000000000000000000000_BigramTerms TABLE_PAT_KEY|KEY_NORMALIZE ShortText --default_tokenizer TokenBigram | ||
| table_create domain_companies_00000000000000000000000000 TABLE_HASH_KEY ShortText | ||
| column_create domain_companies_00000000000000000000000000 address COLUMN_SCALAR ShortText | ||
| column_create domain_companies_00000000000000000000000000 age COLUMN_SCALAR UInt32 | ||
| column_create domain_companies_00000000000000000000000000 description COLUMN_SCALAR ShortText | ||
| column_create domain_companies_00000000000000000000000000 email_address COLUMN_SCALAR ShortText | ||
| column_create domain_companies_00000000000000000000000000 name COLUMN_SCALAR ShortText | ||
| column_create domain_companies_00000000000000000000000000 product COLUMN_SCALAR reference_companies_00000000000000000000000000_product | ||
| column_create reference_companies_00000000000000000000000000_BigramTerms companies_name COLUMN_INDEX|WITH_POSITION domain_companies_00000000000000000000000000 name | ||
| column_create reference_companies_00000000000000000000000000_BigramTerms companies_email_address COLUMN_INDEX|WITH_POSITION domain_companies_00000000000000000000000000 email_address | ||
| column_create reference_companies_00000000000000000000000000_BigramTerms companies_description COLUMN_INDEX|WITH_POSITION domain_companies_00000000000000000000000000 description | ||
| column_create reference_companies_00000000000000000000000000_BigramTerms companies_address COLUMN_INDEX|WITH_POSITION domain_companies_00000000000000000000000000 address | ||
| column_create reference_companies_00000000000000000000000000_age companies_age COLUMN_INDEX|WITH_POSITION domain_companies_00000000000000000000000000 age | ||
| column_create reference_companies_00000000000000000000000000_product companies_product COLUMN_INDEX|WITH_POSITION domain_companies_00000000000000000000000000 product |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| delete --table companies_00000000000000000000000000 --key id1 | ||
| delete --table domain_companies_00000000000000000000000000 --key id1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters