Category: article

Java Script @ Freshers.in

JavaScript : How to returns the element of that index

JavaScript Arrays are a fundamental data structure that allows developers to store and manipulate collections of data efficiently. One of…

Continue Reading JavaScript : How to returns the element of that index
Java Script @ Freshers.in

JavaScript : Removing Duplicates from Arrays in JavaScript

This article will show how to remove duplicates from an array in JavaScript using the Set object and the filter…

Continue Reading JavaScript : Removing Duplicates from Arrays in JavaScript
Hive @ Freshers.in

Hive : Understanding Array Aggregation in Apache Hive

Apache Hive offers many inbuilt functions to process data, among which collect_list() and collect_set() are commonly used to perform array aggregation….

Continue Reading Hive : Understanding Array Aggregation in Apache Hive
Hive @ Freshers.in

Hive : Creating and Utilizing 64-bit Hash Values in Apache Hive

Apache Hive provides several inbuilt functions to process the data. One of these is the hash() function, which calculates a…

Continue Reading Hive : Creating and Utilizing 64-bit Hash Values in Apache Hive