Regexp_replace function in BigQuery with examples
Regexp_replace function in BigQuery The Regexp_replace function is search the given regular expression pattern in the input string. Then it
Continue readingPlease fill the quick survey to improve the quality of the articles. Cick here
Regexp_replace function in BigQuery The Regexp_replace function is search the given regular expression pattern in the input string. Then it
Continue readingApache Hive Apache Hive is an open source data warehousing solution build on top of Hadoop. It supports SQL-like query
Continue readingAlter table statement in Hive The Alter table statement is used to change the structure of the existing table in
Continue readingPartitioned tables in BigQuery Partitioned table is a special table that is divided into segments called partitions. Those partitioned tables
Continue readingROW_NUMBER() function in BigQuery Row_number is a Numbering function which is a subset of Analytic function in BigQuery. In the
Continue readingTrim function in Hive Trim function removes the extra space from both ends of the string value. In other words,
Continue readingParser Parser is a program which understand the grammar of the sequence of words/sentences and produce the syntactical tree representation.
Continue readingBigQuery BigQuery is a fully managed and serverless datawarehouse system. It is part of Google Cloud Platform. It can process
Continue readingSpark dataframe Spark dataframe is a distributed collection of rows with the same schema. The schema defines the structure of
Continue readingApache spark to write a Hive Table Apache Spark provides an option to read from Hive table as well as
Continue reading