shivamdave24
c45a1b6ac1
Soundex function implementation with integration tests and minor bug fixes to feature/add-aql-tobase64-tohex-encodeuricomponent-uuid branch ( #5851 )
2018-07-13 17:47:25 +02:00
jsteemann
dd36442c47
added missing function parameters to documentation
2018-07-05 22:51:25 +02:00
jsteemann
81af9a05ba
updated documentation
2018-06-26 23:03:26 +02:00
jsteemann
2610af55f8
Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/add-distinct-aggregator
2018-06-26 20:16:46 +02:00
Simon
52f44596ba
Adding MultiPolygon support, fixing some outstanding bugs ( #5613 )
...
* Adding MultiPolygon support, fixing some outstanding bugs
* removing dead code
* Adding MultiPolygon tests
* Added multi-polygon docs
* adjust the docs
* fixing remaining occurrences of geo1 / geo2, added note into UpgradingChanges34.md
* some clarification
* Improve Geo docs, reformatting
* Release notes: responses are JSON, reformatting
* Update release notes: /_api/aqlfunction has an isNewlyCreated attribute now
* Update Geo.md
2018-06-22 10:03:27 +02:00
jsteemann
8af5e06223
refactoring of aggregators
2018-06-20 02:33:20 +02:00
Jan Christoph Uhde
f81e42af36
Add optimizer rule that replaces js function calls (NEAR/WITHIN/FULLTEXT) with pure AQL ( #5529 )
2018-06-12 13:48:31 +02:00
Heiko
beb8aae99c
Updated Geo.md - typos and wrong distance query ( #5365 )
2018-05-25 19:26:40 +02:00
Simran
38a6b15abd
Doc - Updates Array.md ( #5367 )
...
Replace previously missed "Example" headlines with bold text.
2018-05-22 19:24:28 +02:00
Wilfried Goesgens
eed1235893
Feature/aql date trunc 2 ( #5295 )
2018-05-16 17:33:27 +02:00
Simran
ab5775c04b
Doc - Remove AQL array example anchors ( #5207 )
2018-05-14 10:29:07 +02:00
Simon
8d5a30cca6
S2 upgrade ( #5258 )
2018-05-03 18:18:09 +02:00
Simon
828f1d423c
S2 based Geo-Spatial index ( #5249 )
2018-05-02 23:54:41 +02:00
Manuel B
028eabc297
Doc - more AQL examples ( #5016 )
2018-04-09 11:48:36 +02:00
Wilfried Goesgens
a16d4b0109
Feature/cpp aql reverse ( #4911 )
2018-03-23 09:54:37 +01:00
Manuel B
215777736e
Move AQL Date Functions => CPP
2018-03-22 15:22:24 +01:00
Manuel B
970765b486
documentation: fix date_compare example ( #4713 )
2018-02-28 17:19:36 +01:00
jsteemann
9046388722
fixed documentation. thanks @konsultaner
2018-02-27 08:38:32 +01:00
Jan Christoph Uhde
586a66ebbf
Fix : #4583 - adds AQL ASSERT and WARN ( #4584 )
2018-02-26 14:25:24 +01:00
Wilfried Goesgens
bda5c79bce
Implement FIND_FIRST and FIND_LAST in c++ ( #4608 )
2018-02-19 10:41:21 +01:00
Simran
0e0b467a45
Doc - Adds toc plugin ( #4577 )
...
Internal Ref: arangodb/planning#1053
2018-02-13 19:04:32 +01:00
Jan
80df690816
remove obsolete hint ( #4531 )
2018-02-08 08:53:24 +01:00
Jan
2a93560473
added AQL function `IS_KEY` ( #4158 )
2018-01-05 14:50:57 +01:00
Jan
7018d003cc
added `SORTED` and `SORTED_UNIQUE` AQL functions ( #4157 )
2018-01-05 14:50:27 +01:00
Heiko
65d22c6066
Feature/sha512 aql cpp ( #4181 )
2018-01-02 14:31:01 +01:00
Simran
a1a02d29ce
Documentation/minor changes 1 ( #3952 )
...
* Add WITH to graph traversal syntax
* State clearer what where whitespace is ignored in conf files
* Add cross-references between POSITION() and CONTAINS()
* Mention GeoJSON in the description of the useLonLat option
* Troubleshooting: unexpected long running queries
Add remark that collection literals are inferior to FOR constructs and should not be used accidentally instead of variable names
* Add storage engine comparison table, replace hint to note that users might want to pick RocksDB for an installation
* CSS: No margin extra margin after last paragraph in callouts / hint boxes
2017-12-14 20:18:13 +01:00
Jan
5165155ed1
Bug fix/fixes 0609 ( #3227 )
...
* do not use V8 variant of AQL functions in early optimization stage when a C++ variant is available
* additionally, simplify AQL function definitions and aliases
* warn when more than 90% of max mappings are in use
* added C++ variant of replication catchup
* added `--log.role` option
* updated CHANGELOG
* removed non-existing scheduler.threads option from config
* removed useless __FILE__, __LINE__ invocations
* updated CHANGELOG
* allow a priority V8 context
* remove TRI_CORE_MEM_ZONE
* try to fix Windows errors & warnings
* cleanup
* removed memory zones altogether
* exclude system collections from collection tests
2017-09-13 16:28:21 +02:00
Mark
345ebe1414
Remove RocksDB note in Geo index docs ( #3003 )
2017-08-09 13:00:34 +02:00
Manuel B
9c268ec815
aql char length null returns now 0 ( #2973 )
...
* aql char length null returns now 0
* Update CHANGELOG
2017-08-08 09:33:31 +02:00
Manuel B
f0a24218e3
Feature/cpp aql char length ( #2883 )
...
* redirect aql char_length to length
* aql function CHAR_LENGTH in C++, fixed test
* adding table
* fix crlf
* docu table
* remove alternative fact
* docu
* fix string length calculation for aql length
2017-08-01 15:39:25 +02:00
Wilfried Goesgens
e9ed2a5b98
fix anchor from 46b50c266c
2017-06-02 11:47:15 +02:00
Akshesh Doshi
46b50c266c
Add tests and docs for REGEX_REPLACE AQL function ( #2518 )
...
* Fixed #1902 : Add tests and documentation for REGEX_REPLACE
* Cleanup
2017-06-01 10:29:43 +02:00
Wilfried Goesgens
81be8b9901
rename .mdpp files to .md so the handling is easier.
2017-05-04 12:04:24 +02:00
Dan Larkin
16a5db1c75
Updated documentation with info about RocksDB/MMFiles differences.
2017-04-19 20:50:25 -04:00
Wilfried Goesgens
cba5b46d55
add crossreferences that one should use WITH
2017-04-05 11:31:41 +02:00
Simran Brucherseifer
582293159d
Docs: Fix two minor typos
2016-12-22 15:17:32 +01:00
Simran Brucherseifer
e4eeb57e30
Docs: Use standard Markdown notation for headlines and disable MarkdownPP
2016-12-06 02:41:58 +01:00
Simran Brucherseifer
0d9dbfbe24
Docs: AQL functions and index utilization
2016-11-14 14:16:30 +01:00
jsteemann
3ea389300f
added missing functions
2016-10-20 11:48:46 +02:00
Simran Brucherseifer
7161227b14
Add docs and test for AQL DISTANCE function
2016-10-14 11:17:29 +02:00
Simran Brucherseifer
1f0ecf9462
fix sortedness documentation (additional clarification)
2016-09-27 18:24:41 +02:00
Jan Steemann
40dbed7a19
fix sortedness documentation
2016-09-27 09:16:06 +02:00
Simran Brucherseifer
55ae5b4bb6
Try to circumvent markdown parser quirks
2016-09-13 14:49:55 +02:00
Simran Brucherseifer
913cbab632
Link CONCAT and CONCAT_SEPARATOR functions
2016-09-13 14:49:55 +02:00
Wilfried Goesgens
6cf2f5b17a
Link the CONCAT_SEPARATOR function.
2016-09-12 16:32:13 +02:00
Simran Brucherseifer
0de1a20f4a
Docs: Data model -> Data models, note that NOT_NULL() is equal to SQL's COALESCE()
2016-08-11 19:49:00 +02:00
Simran Brucherseifer
8f0b512794
Docs: more AQL UDF, note about indexes and HAS() / IS_NULL()
2016-08-04 21:26:57 +02:00
Wilfried Goesgens
1292735dbe
more streamlining, links to the UDF documentation.
2016-08-04 14:11:56 +02:00
Wilfried Goesgens
26ac1ce071
By simran: review UDF documentation.
2016-08-04 13:53:49 +02:00
Wilfried Goesgens
ed662773fd
Add technical details about UDFs in clusters
2016-07-29 11:53:04 +02:00