Class MetaFunctions
java.lang.Object
com.couchbase.client.java.query.dsl.functions.MetaFunctions
@Experimental @Public public class MetaFunctions extends Object
DSL for N1QL functions in the misc/meta category.
- Since:
- 2.2
- Author:
- Simon Baslé, Michael Nitschinger
-
Method Summary
Modifier and Type Method Description static Expression
base64(Expression expression)
static Expression
base64(String expression)
static Expression
meta(Expression expression)
static Expression
meta(String expression)
static Expression
uuid()
-
Method Details
-
meta
- Returns:
- metadata for the document expression
-
meta
- Returns:
- metadata for the document expression
-
base64
- Returns:
- Base64 encoding of the expression, on the server side
-
base64
- Returns:
- Base64 encoding of the expression, on the server side
-
uuid
- Returns:
- a version 4 Universally Unique Identifier(UUID), generated on the server side
-