The package provides classes for building Optic
plan pipelines and expressions for execution on the REST
server.
The package provides interfaces specifying the
type of an expression or value as passed to a
PlanBuilder
method or returned from a
RowRecord
method.
-
Constructs a sequence from multiple key values
to pass as a parameter to an operation.
This method sorts the row set by the specified
order definition.
-
interface
An instance of a column expression returned by a
col() call in a row pipeline.
interface
A sequence of column expressions returned by
col() calls for a row pipeline.
interface
An instance of a column expression returned by
an as() or col() call in a row pipeline.
interface
A sequence of column expressions returned by
as() or col() calls in a row pipeline.
interface
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.
interface
An instance of a fragment id, graph id, or other
system column for a row pipeline.
interface
A sequence of fragment id, graph id, or other
system columns for a row pipeline.
Copyright (c) 2010-2025 Progress
Software Corporation and/or its subsidiaries or affiliates. All
Rights Reserved.