Skip to content

Instantly share code, notes, and snippets.

View GauravJayaraj's full-sized avatar
🌭
flowing

Gaurav J GauravJayaraj

🌭
flowing
View GitHub Profile
@GauravJayaraj
GauravJayaraj / rcte.js
Last active May 24, 2023 16:27
recursive_cte_using_js_udf
function recursive_cte(anchor , recursive, config) {
let isLog = false;
let anchorArgs=[];
let recursiveArgs=[];
let cycleFields=[];
let hash;
let levelLimit = -1;
let isExplain = false;