|
822 | 822 | Incoming date remains unchanged.
|
823 | 823 |
|
824 | 824 | *Exceptions*
|
| 825 | +
|
825 | 826 | * If the incoming traverser is a non-String/Number/Date value then an `IllegalArgumentException` will be thrown.
|
826 | 827 |
|
827 | 828 | See: link:https://github.com/apache/tinkerpop/tree/x.y.z/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/AsDateStep.java[source],
|
@@ -851,6 +852,7 @@ list of string instead.
|
851 | 852 | Null values from the incoming traverser are not processed and remain as null when returned.
|
852 | 853 |
|
853 | 854 | *Exceptions*
|
| 855 | +
|
854 | 856 | None
|
855 | 857 |
|
856 | 858 | See: link:https://github.com/apache/tinkerpop/tree/x.y.z/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/AsStringGlobalStep.java[source],
|
@@ -1611,6 +1613,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
1611 | 1613 | Null values from the incoming traverser are not processed and remain as null when returned.
|
1612 | 1614 |
|
1613 | 1615 | *Exceptions*
|
| 1616 | +
|
1614 | 1617 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
1615 | 1618 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
1616 | 1619 |
|
@@ -1709,6 +1712,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
1709 | 1712 | Null values from the incoming traverser are not processed and remain as null when returned.
|
1710 | 1713 |
|
1711 | 1714 | *Exceptions*
|
| 1715 | +
|
1712 | 1716 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
1713 | 1717 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
1714 | 1718 |
|
@@ -2097,6 +2101,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
2097 | 2101 | Null values from the incoming traverser are not processed and remain as null when returned.
|
2098 | 2102 |
|
2099 | 2103 | *Exceptions*
|
| 2104 | +
|
2100 | 2105 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
2101 | 2106 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
2102 | 2107 |
|
@@ -2153,6 +2158,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
2153 | 2158 | Null values from the incoming traverser are not processed and remain as null when returned.
|
2154 | 2159 |
|
2155 | 2160 | *Exceptions*
|
| 2161 | +
|
2156 | 2162 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
2157 | 2163 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
2158 | 2164 |
|
@@ -2183,6 +2189,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
2183 | 2189 | Null values from the incoming traverser are not processed and remain as null when returned.
|
2184 | 2190 |
|
2185 | 2191 | *Exceptions*
|
| 2192 | +
|
2186 | 2193 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
2187 | 2194 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
2188 | 2195 |
|
@@ -2215,6 +2222,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
2215 | 2222 | Null values from the incoming traverser are not processed and remain as null when returned.
|
2216 | 2223 |
|
2217 | 2224 | *Exceptions*
|
| 2225 | +
|
2218 | 2226 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
2219 | 2227 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
2220 | 2228 |
|
@@ -2244,6 +2252,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
2244 | 2252 | Null values from the incoming traverser are not processed and remain as null when returned.
|
2245 | 2253 |
|
2246 | 2254 | *Exceptions*
|
| 2255 | +
|
2247 | 2256 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
2248 | 2257 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
2249 | 2258 |
|
@@ -2273,6 +2282,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
2273 | 2282 | Null values from the incoming traverser are not processed and remain as null when returned.
|
2274 | 2283 |
|
2275 | 2284 | *Exceptions*
|
| 2285 | +
|
2276 | 2286 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
2277 | 2287 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
2278 | 2288 |
|
@@ -2301,6 +2311,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
2301 | 2311 | Null values from the incoming traverser are not processed and remain as null when returned.
|
2302 | 2312 |
|
2303 | 2313 | *Exceptions*
|
| 2314 | +
|
2304 | 2315 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
2305 | 2316 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
2306 | 2317 |
|
|
0 commit comments