Add uniq command (#447)

This commit is contained in:
onthebridgetonowhere
2021-12-07 09:47:48 +01:00
committed by GitHub
parent a42bbea98d
commit 11a781fc36
3 changed files with 209 additions and 0 deletions

View File

@ -164,6 +164,7 @@ pub fn create_default_context() -> EngineState {
ToTsv,
ToCsv,
Touch,
Uniq,
Use,
Update,
Where,