Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions udfs/flex/bitwise/and.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: bitwise.and
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# bitwise.and

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/bitwise/not.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: bitwise.not
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# bitwise.not

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/bitwise/or.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: bitwise.or
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# bitwise.or

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/bitwise/shiftLeft.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: bitwise.shiftLeft
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# bitwise.shiftLeft

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/bitwise/shiftRight.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: bitwise.shiftRight
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# bitwise.shiftRight

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/bitwise/xor.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: bitwise.xor
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# bitwise.xor

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/collections/frequencies.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: coll.frequencies
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# coll.frequencies

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/collections/intersection.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: coll.intersection
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# coll.intersection

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/collections/shuffle.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: coll.shuffle
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# coll.shuffle

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/collections/union.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: coll.union
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# coll.union

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/collections/zip.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: coll.zip
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# coll.zip

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/date/format.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: date.format
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# date.format

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/date/parse.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: date.parse
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# date.parse

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/date/toTimeZone.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: date.toTimeZone
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# date.toTimeZone

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/date/truncate.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: date.truncate
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# date.truncate

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: FLEX Function Reference
parent: UDFs - User Defined Functions
has_children: true
---

# FLEX Function Reference

FLEX is FalkorDB's open source community UDF package, available at [github.com/FalkorDB/flex](https://github.com/FalkorDB/flex).
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/json/fromJsonList.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: json.fromJsonList
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# json.fromJsonList

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/json/fromJsonMap.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: json.fromJsonMap
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# json.fromJsonMap

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/json/toJson.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: json.toJson
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# json.toJson

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/map/fromPairs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: map.fromPairs
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# map.fromPairs

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/map/merge.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: map.merge
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# map.merge

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/map/removeKey.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: map.removeKey
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# map.removeKey

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/map/removeKeys.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: map.removeKeys
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# map.removeKeys

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/map/submap.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: map.submap
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# map.submap

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/similarity/jaccard.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: sim.jaccard
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# sim.jaccard

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/text/camelCase.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: text.camelCase
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# text.camelCase

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/text/capitalize.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: text.capitalize
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# text.capitalize

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/text/decapitalize.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: text.decapitalize
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# text.decapitalize

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/text/format.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: text.format
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# text.format

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/text/indexOf.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: text.indexOf
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# text.indexOf

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/text/indexesOf.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: text.indexesOf
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# text.indexesOf

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/text/jaroWinkler.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: text.jaroWinkler
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# text.jaroWinkler

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/text/join.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: text.join
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# text.join

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/text/levenshtein.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: text.levenshtein
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# text.levenshtein

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/text/lpad.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: text.lpad
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# text.lpad

## Description
Expand Down
7 changes: 7 additions & 0 deletions udfs/flex/text/regexGroups.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: text.regexGroups
parent: FLEX Function Reference
grand_parent: UDFs - User Defined Functions
---

# text.regexGroups

## Description
Expand Down
Loading