PlanBuilder
method
or returned from a RowRecord
method.See: Description
Interface | Description |
---|---|
ArrayNodeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
ArrayNodeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
AttributeNodeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
AttributeNodeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
BooleanNodeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
BooleanNodeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
CommentNodeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
CommentNodeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
CtsBoxExpr |
An instance of a cts.box expression.
|
CtsBoxSeqExpr |
A sequence of cts.box expressions.
|
CtsCircleExpr |
An instance of a cts.circle expression.
|
CtsCircleSeqExpr |
A sequence of cts.circle expressions.
|
CtsPeriodExpr |
An instance of a cts.period expression.
|
CtsPeriodSeqExpr |
A sequence of cts.period expressions.
|
CtsPointExpr |
An instance of a cts.point expression.
|
CtsPointSeqExpr |
A sequence of cts.point expressions.
|
CtsPolygonExpr |
An instance of a cts.polygon expression.
|
CtsPolygonSeqExpr |
A sequence of cts.polygon expressions.
|
CtsQueryExpr |
An instance of a cts.query expression.
|
CtsQuerySeqExpr |
A sequence of cts.query expressions.
|
CtsReferenceExpr |
An instance of a cts.reference expression.
|
CtsReferenceSeqExpr |
A sequence of cts.reference expressions.
|
CtsRegionExpr |
An instance of a cts.region expression.
|
CtsRegionSeqExpr |
A sequence of cts.region expressions.
|
DocumentNodeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
DocumentNodeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
ElementNodeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
ElementNodeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
ItemExpr | Deprecated
(as of 4.2) Use
ServerExpression |
ItemSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
ItemSeqVal |
One or more server values.
|
ItemVal |
An instance of a server value.
|
JsonArrayExpr | Deprecated
(as of 4.2) Use
ServerExpression |
JsonArraySeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
JsonContentNodeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
JsonContentNodeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
JsonObjectExpr | Deprecated
(as of 4.2) Use
ServerExpression |
JsonObjectSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
JsonRootNodeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
JsonRootNodeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
MapMapExpr | Deprecated
(as of 4.2) Use
ServerExpression |
MapMapSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
MathLinearModelExpr | Deprecated
(as of 4.2) Use
ServerExpression |
MathLinearModelSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
NodeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
NodeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
NullNodeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
NullNodeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
NumberNodeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
NumberNodeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
ObjectNodeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
ObjectNodeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
PlanAggregateCol |
An instance of a column populated by an aggregate expression
in a row pipeline.
|
PlanAggregateColSeq |
A sequence of columns populated by an aggregate expressions
in a row pipeline.
|
PlanCase |
An instance of a when or else argument to a case expression
in a row pipeline.
|
PlanCaseSeq |
A sequence of when arguments to a case expression
in a row pipeline.
|
PlanColumn |
An instance of a column expression returned by a col() call
in a row pipeline.
|
PlanColumnSeq |
A sequence of column expressions returned by col() calls
for a row pipeline.
|
PlanCondition |
An instance of a conditional expression.
|
PlanConditionSeq |
A sequence of conditional expressions.
|
PlanExprCol |
An instance of a column expression returned by an as() or col() call
in a row pipeline.
|
PlanExprColSeq |
A sequence of column expressions returned by as() or col() calls
in a row pipeline.
|
PlanFunction |
An instance of a function used for map() or reduce() post-processing
of a row pipeline on the server.
|
PlanFunctionSeq |
A sequence of functions used for map() or reduce() post-processing
of a row pipeline on the server.
|
PlanGroupConcatOption |
An instance of a PlanValueOption or separator string for a group concat
aggregate expression in a row pipeline.
|
PlanGroupConcatOptionSeq |
A sequence of PlanValueOption or separator strings for a group concat
aggregate expression in a row pipeline.
|
PlanJoinKey |
An instance of a join key equivalence expression returned
by an on() call in a row pipeline.
|
PlanJoinKeySeq |
A sequence of join key equivalence expressions returned
by on() calls in a row pipeline.
|
PlanJsonProperty |
An instance of a JSON property returned by a prop() call or
passed as an argument to a jsonObject() call in a row pipeline.
|
PlanJsonPropertySeq |
A sequence of JSON properties returned by prop() calls or
passed as an argument to a jsonObject() call in a row pipeline.
|
PlanParamBindingSeqVal |
A sequence of literal values to pass as arguments to bind() calls
to assign to placeholder parameters for a row pipeline.
|
PlanParamBindingVal |
An instance of a literal value passed as an argument to a bind() call
to assign to a placeholder parameter for a row pipeline.
|
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.
|
PlanParamSeqExpr |
A sequence of placeholder parameters returned by calls
to param() functions that can represent literal values
in expressions and can be passed on bind() calls to be
assigned literal values when invoking a row pipeline.
|
PlanPrefixer |
An instance of a convenience that can prepend a base URL
when creating iteral semantic IRI values for use in triple
patterns for a row pipeline.
|
PlanPrefixerSeq |
A sequence of conveniences that can prepend a base URL
when creating iteral semantic IRI values for use in triple
patterns for a row pipeline.
|
PlanSortKey |
An instance of a column - potentially with a sort direction
specified by an asc() or desc() call - for an orderBy()
operation in a row pipeline.
|
PlanSortKeySeq |
A sequence of columns - potentially with a sort direction
specified by an asc() or desc() call - for an orderBy()
operation in a row pipeline.
|
PlanSystemColumn |
An instance of a fragment id, graph id, or other system column
for a row pipeline.
|
PlanSystemColumnSeq |
A sequence of fragment id, graph id, or other system columns
for a row pipeline.
|
PlanTriplePattern |
An instance of a pattern for projecting rows from triples
in a row pipeline.
|
PlanTriplePatternSeq |
A sequence of patterns for projecting rows from triples
in a row pipeline.
|
PlanTriplePosition |
An instance of a literal value or column for a position
within a pattern for projecting rows from triples
in a row pipeline.
|
PlanTriplePositionSeq |
A sequence of literal values or columns for positions
within patterns for projecting rows from triples
in a row pipeline.
|
PlanValueOptionSeq |
A sequence of options controlling whether to calculate over all values including duplicates
or over distinct values for aggregate expressions in a row pipeline.
|
ProcessingInstructionNodeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
ProcessingInstructionNodeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
RdfLangStringExpr | Deprecated
(as of 4.2) Use
ServerExpression |
RdfLangStringSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
RdfLangStringSeqVal |
An instance of an RDF language string value.
|
RdfLangStringVal |
A sequence of RDF language string values.
|
SemBlankExpr | Deprecated
(as of 4.2) Use
ServerExpression |
SemBlankSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
SemInvalidExpr | Deprecated
(as of 4.2) Use
ServerExpression |
SemInvalidSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
SemIriExpr | Deprecated
(as of 4.2) Use
ServerExpression |
SemIriSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
SemIriSeqVal |
A sequence of semantic IRI values.
|
SemIriVal |
An instance of a semantic IRI value.
|
SemStoreExpr |
An instance of a semantic store expression.
|
SemStoreSeqExpr |
A sequence of semantic store expressions.
|
SemUnknownExpr | Deprecated
(as of 4.2) Use
ServerExpression |
SemUnknownSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
ServerExpression |
One or more server expressions.
|
TextNodeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
TextNodeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XmlContentNodeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XmlContentNodeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XmlRootNodeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XmlRootNodeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsAnyAtomicTypeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsAnyAtomicTypeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsAnyAtomicTypeSeqVal |
A sequence of server atomic values.
|
XsAnyAtomicTypeVal |
An instance of a server atomic value.
|
XsAnySimpleTypeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsAnySimpleTypeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsAnySimpleTypeSeqVal |
A sequence of server simple values.
|
XsAnySimpleTypeVal |
An instance of a server simple value.
|
XsAnyURIExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsAnyURISeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsAnyURISeqVal |
A sequence of server URI values.
|
XsAnyURIVal |
An instance of a server URI value.
|
XsBase64BinaryExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsBase64BinarySeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsBase64BinarySeqVal |
A sequence of server base 64 binary values.
|
XsBase64BinaryVal |
An instance of a server base 64 binary value.
|
XsBooleanExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsBooleanSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsBooleanSeqVal |
A sequence of server boolean values.
|
XsBooleanVal |
An instance of a server boolean value.
|
XsByteExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsByteSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsByteSeqVal |
A sequence of server byte values.
|
XsByteVal |
An instance of a server byte value.
|
XsDateExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsDateSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsDateSeqVal |
A sequence of server date values.
|
XsDateTimeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsDateTimeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsDateTimeSeqVal |
A sequence of server datetime values.
|
XsDateTimeVal |
An instance of a server datetime value.
|
XsDateVal |
An instance of a server date value.
|
XsDayTimeDurationExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsDayTimeDurationSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsDayTimeDurationSeqVal |
A sequence of server day-time duration values.
|
XsDayTimeDurationVal |
An instance of a server day-time duration value.
|
XsDecimalExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsDecimalSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsDecimalSeqVal |
A sequence of server decimal values.
|
XsDecimalVal |
An instance of a server decimal value.
|
XsDoubleExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsDoubleSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsDoubleSeqVal |
A sequence of server double values.
|
XsDoubleVal |
An instance of a server double value.
|
XsDurationExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsDurationSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsDurationSeqVal |
A sequence of server duration values.
|
XsDurationVal |
An instance of a server duration value.
|
XsFloatExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsFloatSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsFloatSeqVal |
A sequence of server float values.
|
XsFloatVal |
An instance of a server float value.
|
XsGDayExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsGDaySeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsGDaySeqVal |
A sequence of server GDay values.
|
XsGDayVal |
An instance of a server GDay value.
|
XsGMonthDayExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsGMonthDaySeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsGMonthDaySeqVal |
A sequence of server GMonthDay values.
|
XsGMonthDayVal |
An instance of a server GMonthDay value.
|
XsGMonthExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsGMonthSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsGMonthSeqVal |
A sequence of server GMonth values.
|
XsGMonthVal |
An instance of a server GMonth value.
|
XsGYearExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsGYearMonthExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsGYearMonthSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsGYearMonthSeqVal |
A sequence of server GYearMonth values.
|
XsGYearMonthVal |
An instance of a server GYearMonth value.
|
XsGYearSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsGYearSeqVal |
A sequence of server GYear values.
|
XsGYearVal |
An instance of a server GYear value.
|
XsHexBinaryExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsHexBinarySeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsHexBinarySeqVal |
A sequence of server hex binary values.
|
XsHexBinaryVal |
An instance of a server hex binary value.
|
XsIntegerExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsIntegerSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsIntegerSeqVal |
A sequence of server integer values.
|
XsIntegerVal |
An instance of a server integer value.
|
XsIntExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsIntSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsIntSeqVal |
A sequence of server int values.
|
XsIntVal |
An instance of a server int value.
|
XsLanguageExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsLanguageSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsLongExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsLongSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsLongSeqVal |
A sequence of server long values.
|
XsLongVal |
An instance of a server long value.
|
XsNameExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsNameSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsNCNameExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsNCNameSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsNegativeIntegerExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsNegativeIntegerSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsNMTOKENExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsNMTOKENSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsNonNegativeIntegerExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsNonNegativeIntegerSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsNonNegativeIntegerSeqVal |
A sequence of non-negative integer values.
|
XsNonNegativeIntegerVal |
An instance of a server non-negative integer value.
|
XsNonPositiveIntegerExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsNonPositiveIntegerSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsNormalizedStringExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsNormalizedStringSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsNumericExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsNumericSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsNumericSeqVal |
A sequence of server numeric values.
|
XsNumericVal |
An instance of a server numeric value.
|
XsPositiveIntegerExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsPositiveIntegerSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsQNameExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsQNameSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsQNameSeqVal |
A sequence of server qualified name values.
|
XsQNameVal |
An instance of a server qualified name value.
|
XsShortExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsShortSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsShortSeqVal |
A sequence of server short values.
|
XsShortVal |
An instance of a server short value.
|
XsStringExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsStringSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsStringSeqVal |
A sequence of server string values.
|
XsStringVal |
An instance of a server string value.
|
XsTimeExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsTimeSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsTimeSeqVal |
A sequence of server time values.
|
XsTimeVal |
An instance of a server time value.
|
XsTokenExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsTokenSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsUnsignedByteExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsUnsignedByteSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsUnsignedByteSeqVal |
A sequence of server unsigned byte values.
|
XsUnsignedByteVal |
An instance of a server unsigned byte value.
|
XsUnsignedIntExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsUnsignedIntSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsUnsignedIntSeqVal |
A sequence of server unsigned int values.
|
XsUnsignedIntVal |
An instance of a server unsigned int value.
|
XsUnsignedLongExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsUnsignedLongSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsUnsignedLongSeqVal |
A sequence of server unsigned long values.
|
XsUnsignedLongVal |
An instance of a server unsigned long value.
|
XsUnsignedShortExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsUnsignedShortSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsUnsignedShortSeqVal |
A sequence of server unsigned short values.
|
XsUnsignedShortVal |
An instance of a server unsigned short value.
|
XsUntypedAtomicExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsUntypedAtomicSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsUntypedAtomicSeqVal |
A sequence of server untyped atomic values.
|
XsUntypedAtomicVal |
An instance of a server untyped atomic value.
|
XsYearMonthDurationExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsYearMonthDurationSeqExpr | Deprecated
(as of 4.2) Use
ServerExpression |
XsYearMonthDurationSeqVal |
A sequence of server year-month duration values.
|
XsYearMonthDurationVal |
An instance of a server year-month duration value.
|
Enum | Description |
---|---|
PlanTripleOption |
An option controlling whether to check for duplicate triples (which is more expensive) or
to process all triples when reading triples for a row pipeline.
|
PlanValueOption |
An option controlling whether to calculate over all values including duplicates
or over distinct values for an aggregate expression in a row pipeline.
|
PlanBuilder
method
or returned from a RowRecord
method.Copyright © 2013-2018 MarkLogic Corporation.