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 |
---|---|
XsFloatSeqVal |
XsValue.floatSeq(float... values)
Takes any number of float primitives and
constructs an xs:float sequence
|
XsFloatSeqVal |
XsValue.floatSeq(XsFloatVal... values)
Takes any number of xs:float values and
constructs an xs:float sequence
|
Modifier and Type | Interface and Description |
---|---|
interface |
XsFloatVal
An instance of a server float value.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.