Coder Social home page Coder Social logo

Translate function about presto-sample-udf HOT 7 OPEN

yuokada avatar yuokada commented on May 29, 2024
Translate function

from presto-sample-udf.

Comments (7)

yuokada avatar yuokada commented on May 29, 2024
hive> SELECT translate('012345', '135', 'abc');
OK
0a2b4c
Time taken: 2.867 seconds, Fetched: 1 row(s)
hive> SELECT translate('012345', '135', 'ab');
OK
0a2b4
Time taken: 0.067 seconds, Fetched: 1 row(s)
hive> SELECT translate('012345', '135', 'a');
OK
0a24
Time taken: 0.054 seconds, Fetched: 1 row(s)
hive> SELECT translate('012345', '135', 'aaa');
OK
0a2a4a
Time taken: 0.05 seconds, Fetched: 1 row(s)
hive> SELECT translate('012345', '135', '___');
OK
0_2_4_
Time taken: 0.043 seconds, Fetched: 1 row(s)

from presto-sample-udf.

yuokada avatar yuokada commented on May 29, 2024
hive> SELECT translate(null, '135', '___');
OK
NULL
Time taken: 2.587 seconds, Fetched: 1 row(s)

from presto-sample-udf.

yuokada avatar yuokada commented on May 29, 2024
hive> SELECT translate('12345', NULL, NULL);
OK
NULL

hive> SELECT translate('12345', '1', NULL);
OK
NULL

hive> SELECT translate('12345', '0', NULL);
OK
NULL

from presto-sample-udf.

yuokada avatar yuokada commented on May 29, 2024
hive> SELECT translate('12345', '101', '987');
OK
92345

Duplicate pattern.

from presto-sample-udf.

yuokada avatar yuokada commented on May 29, 2024

Like a this.
Python String translate() Method

from presto-sample-udf.

yuokada avatar yuokada commented on May 29, 2024

sql - Hive : How does translate function works if string is NULL? - Stack Overflow

from presto-sample-udf.

yuokada avatar yuokada commented on May 29, 2024

ref: Hive Built-in Functions | Treasure Data

from presto-sample-udf.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.