Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports
long-running write, read, delete, or transform jobs.
|
com.marklogic.client.expression |
The package provides classes for building Optic
plan pipelines and expressions for execution on the REST
server.
|
com.marklogic.client.row |
The package provides classes for sending plan
requests to and processing row responses from 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 |
---|---|
XsAnyAtomicTypeVal |
TypedRow.put(java.lang.String name,
XsAnyAtomicTypeVal val) |
Modifier and Type | Method and Description |
---|---|
XsAnyAtomicTypeVal |
TypedRow.put(java.lang.String name,
XsAnyAtomicTypeVal val) |
Modifier and Type | Method and Description |
---|---|
PlanBuilder.ExportablePlan |
PlanBuilder.PreparePlan.reduce(PlanFunction func,
XsAnyAtomicTypeVal seed)
This method applies a function or the builtin
reducer to each row returned by the plan to produce a single result
as with the reduce() method of JavaScript Array.
|
abstract PlanAggregateCol |
PlanBuilder.uda(PlanColumn name,
PlanExprCol column,
XsStringVal module,
XsStringVal function,
XsAnyAtomicTypeVal arg)
This function processes the values of column for
each row in the group or row set with the specified user-defined
aggregate as implemented by an aggregate user-defined function
(UDF) plugin.
|
Modifier and Type | Method and Description |
---|---|
<T extends XsAnyAtomicTypeVal> |
RowRecord.getValueAs(PlanExprCol col,
java.lang.Class<T> as)
Gets the value of a column with an atomic schema
data type.
|
<T extends XsAnyAtomicTypeVal> |
RowRecord.getValueAs(java.lang.String columnName,
java.lang.Class<T> as)
Gets the value of a column with an atomic schema
data type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RdfLangStringVal
A sequence of RDF language string values.
|
interface |
SemIriVal
An instance of a semantic IRI value.
|
interface |
XsAnyURIVal
An instance of a server URI value.
|
interface |
XsBase64BinaryVal
An instance of a server base 64 binary
value.
|
interface |
XsBooleanVal
An instance of a server boolean value.
|
interface |
XsByteVal
An instance of a server byte value.
|
interface |
XsDateTimeVal
An instance of a server datetime value.
|
interface |
XsDateVal
An instance of a server date value.
|
interface |
XsDayTimeDurationVal
An instance of a server day-time duration
value.
|
interface |
XsDecimalVal
An instance of a server decimal value.
|
interface |
XsDoubleVal
An instance of a server double value.
|
interface |
XsDurationVal
An instance of a server duration value.
|
interface |
XsFloatVal
An instance of a server float value.
|
interface |
XsGDayVal
An instance of a server GDay value.
|
interface |
XsGMonthDayVal
An instance of a server GMonthDay value.
|
interface |
XsGMonthVal
An instance of a server GMonth value.
|
interface |
XsGYearMonthVal
An instance of a server GYearMonth value.
|
interface |
XsGYearVal
An instance of a server GYear value.
|
interface |
XsHexBinaryVal
An instance of a server hex binary value.
|
interface |
XsIntegerVal
An instance of a server integer value.
|
interface |
XsIntVal
An instance of a server int value.
|
interface |
XsLongVal
An instance of a server long value.
|
interface |
XsNonNegativeIntegerVal
An instance of a server non-negative integer
value.
|
interface |
XsQNameVal
An instance of a server qualified name
value.
|
interface |
XsShortVal
An instance of a server short value.
|
interface |
XsStringVal
An instance of a server string value.
|
interface |
XsTimeVal
An instance of a server time value.
|
interface |
XsUnsignedByteVal
An instance of a server unsigned byte
value.
|
interface |
XsUnsignedIntVal
An instance of a server unsigned int
value.
|
interface |
XsUnsignedLongVal
An instance of a server unsigned long
value.
|
interface |
XsUnsignedShortVal
An instance of a server unsigned short
value.
|
interface |
XsUntypedAtomicVal
An instance of a server untyped atomic
value.
|
interface |
XsYearMonthDurationVal
An instance of a server year-month duration
value.
|
Modifier and Type | Method and Description |
---|---|
XsAnyAtomicTypeVal[] |
XsAnyAtomicTypeSeqVal.getAnyAtomicTypeItems() |
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.