clean_statement {dittodb} | R Documentation |
Clean a statement string
Description
SQL statement strings sometimes have characters and specifications that don't change the meaning or are determined at query time. To avoid this, before hashing a statement we clean/strip these from the statement
Usage
clean_statement(string)
Arguments
string |
an SQL statement to clean |
Value
the SQL statement stripped of extraneous bits
[Package dittodb version 0.1.8 Index]