Skip to content

Commit 6654e0c

Browse files
committed
Created snapshot file test.pdf
1 parent 7188126 commit 6654e0c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Justification: To compare two tuples for eliminating possible duplicates
1313

1414
#How to Run
1515
Steps:
16-
1. Open terminal (/command prompt) and go to Project location.
17-
2. Run the following command:
16+
1. Open terminal (/command prompt) and go to "TinySQL_Interpreter" Project location.
17+
2. Run the following commands:
1818
> javac -target 1.8 -source 1.8 -d ./out/ src/parser/*.java src/storageManager/*.java src/interpreter/*.java -Xlint:unchecked
1919
> cd out/
2020
> java -cp . interpreter/Main
@@ -24,8 +24,10 @@ Steps:
2424
Enter 0 to exit the interface
2525
4. Choose appropriate method and follow the instructions. The interface is iterative which means,
2626
after processing the given input it will present the above choices again for the next iteration.
27-
5. The output of individual iteration would be logged inside /out/Result.txt
27+
5. Processing the input queries may take a while depending on the input size. Please be patient.
28+
6. The output of individual iteration would be logged inside /out/Result.txt
2829
The output file Result.txt is rewritten on each iteration so make a copy if you need to persist the output.
30+
Note: It is better to open the output file in advanced editors instead of basic Notepad.
2931

3032

3133
# Developers

test.pdf

491 KB
Binary file not shown.

0 commit comments

Comments
 (0)