Member since
09-19-2017
2
Posts
0
Kudos Received
0
Solutions
09-24-2017
07:03 AM
hi Need an effieciant impala function to mask/hide some charectors. java/hive is working fine with below. for (int counter = 4; counter < len - 5; counter++) if (input[counter] != ' ') input[counter] = '*'; } else { for (int counter = 0; counter < len; counter++) { if (input[counter] != ' ') input[counter] = '*'; } } so i need help with c++/impala Regards
... View more
Labels:
- Labels:
-
Apache Impala