Package | Description |
---|---|
com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions
for execution on the REST server.
|
com.marklogic.client.type |
The package provides interfaces specifying the type of an expression or
value as passed to a
PlanBuilder method
or returned from a RowRecord method. |
Modifier and Type | Method and Description |
---|---|
XsAnyAtomicTypeExpr |
FnExpr.avg(ServerExpression arg)
Returns the average of the values in the input sequence arg, that is, the sum of the values divided by the number of values.
|
XsAnyAtomicTypeExpr |
FnExpr.max(ServerExpression arg)
Selects an item from the input sequence arg whose value is greater than or equal to the value of every other item in the input sequence.
|
XsAnyAtomicTypeExpr |
FnExpr.max(ServerExpression arg,
ServerExpression collation)
Selects an item from the input sequence arg whose value is greater than or equal to the value of every other item in the input sequence.
|
XsAnyAtomicTypeExpr |
FnExpr.max(ServerExpression arg,
java.lang.String collation)
Selects an item from the input sequence arg whose value is greater than or equal to the value of every other item in the input sequence.
|
XsAnyAtomicTypeExpr |
FnExpr.min(ServerExpression arg)
Selects an item from the input sequence arg whose value is less than or equal to the value of every other item in the input sequence.
|
XsAnyAtomicTypeExpr |
FnExpr.min(ServerExpression arg,
ServerExpression collation)
Selects an item from the input sequence arg whose value is less than or equal to the value of every other item in the input sequence.
|
XsAnyAtomicTypeExpr |
FnExpr.min(ServerExpression arg,
java.lang.String collation)
Selects an item from the input sequence arg whose value is less than or equal to the value of every other item in the input sequence.
|
XsAnyAtomicTypeExpr |
FnExpr.sum(ServerExpression arg)
Returns a value obtained by adding together the values in arg.
|
XsAnyAtomicTypeExpr |
FnExpr.sum(ServerExpression arg,
ServerExpression zero)
Returns a value obtained by adding together the values in arg.
|
XsAnyAtomicTypeExpr |
FnExpr.sum(ServerExpression arg,
java.lang.String zero)
Returns a value obtained by adding together the values in arg.
|
XsAnyAtomicTypeExpr |
SemExpr.typedLiteral(ServerExpression value,
ServerExpression datatype)
Returns a value to represent the RDF typed literal with lexical value value and datatype IRI datatype.
|
XsAnyAtomicTypeExpr |
SemExpr.typedLiteral(ServerExpression value,
java.lang.String datatype)
Returns a value to represent the RDF typed literal with lexical value value and datatype IRI datatype.
|
Modifier and Type | Method and Description |
---|---|
XsAnyAtomicTypeSeqExpr |
XsExpr.anyAtomicTypeSeq(XsAnyAtomicTypeExpr... items)
Deprecated.
(as of 4.2) construct a
ServerExpression sequence with PlanBuilder.seq() |
Modifier and Type | Interface and Description |
---|---|
interface |
PlanColumn
An instance of a column expression returned by a col() call
in a row pipeline.
|
interface |
PlanParamExpr
An instance of a placeholder parameter returned by a call
to the param() function that can represent a literal value
in expressions and can be passed on a bind() call to be
assigned a literal value when invoking a row pipeline.
|
interface |
PlanSystemColumn
An instance of a fragment id, graph id, or other system column
for a row pipeline.
|
interface |
RdfLangStringExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
RdfLangStringVal
A sequence of RDF language string values.
|
interface |
SemInvalidExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
SemIriExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
SemIriVal
An instance of a semantic IRI value.
|
interface |
SemUnknownExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsAnyAtomicTypeVal
An instance of a server atomic value.
|
interface |
XsAnyURIExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsAnyURIVal
An instance of a server URI value.
|
interface |
XsBase64BinaryExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsBase64BinaryVal
An instance of a server base 64 binary value.
|
interface |
XsBooleanExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsBooleanVal
An instance of a server boolean value.
|
interface |
XsByteExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsByteVal
An instance of a server byte value.
|
interface |
XsDateExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsDateTimeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsDateTimeVal
An instance of a server datetime value.
|
interface |
XsDateVal
An instance of a server date value.
|
interface |
XsDayTimeDurationExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsDayTimeDurationVal
An instance of a server day-time duration value.
|
interface |
XsDecimalExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsDecimalVal
An instance of a server decimal value.
|
interface |
XsDoubleExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsDoubleVal
An instance of a server double value.
|
interface |
XsDurationExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsDurationVal
An instance of a server duration value.
|
interface |
XsFloatExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsFloatVal
An instance of a server float value.
|
interface |
XsGDayExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsGDayVal
An instance of a server GDay value.
|
interface |
XsGMonthDayExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsGMonthDayVal
An instance of a server GMonthDay value.
|
interface |
XsGMonthExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsGMonthVal
An instance of a server GMonth value.
|
interface |
XsGYearExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsGYearMonthExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsGYearMonthVal
An instance of a server GYearMonth value.
|
interface |
XsGYearVal
An instance of a server GYear value.
|
interface |
XsHexBinaryExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsHexBinaryVal
An instance of a server hex binary value.
|
interface |
XsIntegerExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsIntegerVal
An instance of a server integer value.
|
interface |
XsIntExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsIntVal
An instance of a server int value.
|
interface |
XsLanguageExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsLongExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsLongVal
An instance of a server long value.
|
interface |
XsNameExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsNCNameExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsNegativeIntegerExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsNMTOKENExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsNonNegativeIntegerExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsNonNegativeIntegerVal
An instance of a server non-negative integer value.
|
interface |
XsNonPositiveIntegerExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsNormalizedStringExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsNumericExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsNumericVal
An instance of a server numeric value.
|
interface |
XsPositiveIntegerExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsQNameExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsQNameVal
An instance of a server qualified name value.
|
interface |
XsShortExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsShortVal
An instance of a server short value.
|
interface |
XsStringExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsStringVal
An instance of a server string value.
|
interface |
XsTimeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsTimeVal
An instance of a server time value.
|
interface |
XsTokenExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsUnsignedByteExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsUnsignedByteVal
An instance of a server unsigned byte value.
|
interface |
XsUnsignedIntExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsUnsignedIntVal
An instance of a server unsigned int value.
|
interface |
XsUnsignedLongExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsUnsignedLongVal
An instance of a server unsigned long value.
|
interface |
XsUnsignedShortExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsUnsignedShortVal
An instance of a server unsigned short value.
|
interface |
XsUntypedAtomicExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsUntypedAtomicVal
An instance of a server untyped atomic value.
|
interface |
XsYearMonthDurationExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsYearMonthDurationVal
An instance of a server year-month duration value.
|
Copyright © 2013-2018 MarkLogic Corporation.