Uses of Interface
net.pricefx.formulaengine.scripting.queryapi.Tables.Columns
Package
Description
-
Uses of Tables.Columns in net.pricefx.formulaengine.scripting.queryapi
Modifier and TypeMethodDescriptionPipelineStage.addColumns
(Function<Tables.Columns, List<? extends Selectable>> expressions) Adds a stage that add columns to this stage output.PipelineStage.aggregate
(Function<Tables.Columns, List<? extends Selectable>> selectables) Adds a stage that aggregates all this stage output rows.PipelineStage.aggregateBy
(Function<Tables.Columns, List<? extends Expression>> by, Function<Tables.Columns, List<? extends Selectable>> selectables) Adds a stage that aggregates the outputs of this stage by a given set of expressions.PipelineStage.filter
(Function<Tables.Columns, Expression> condition) Adds a stage that only keeps this stage output rows which verify the given expression.PipelineStage.innerJoin
(Tables.Table table, Function<Tables.Columns, List<? extends Selectable>> selectables, Function<Tables.Columns, Expression> joinCriteria) Adds an innerJoin stage that joins thisPipelineStage
to anotherTables.Table
.PipelineStage.leftOuterJoin
(Tables.Table table, Function<Tables.Columns, List<? extends Selectable>> selectables, Function<Tables.Columns, Expression> joinCriteria) Adds a leftOuterJoin stage that joins to thisPipelineStage
anotherTables.Table
.PipelineStage.removeColumns
(Function<Tables.Columns, List<? extends Selectable>> columns) Adds a stage that remove the given columns from this stage output.PipelineStage.retainColumns
(Function<Tables.Columns, List<? extends Selectable>> columns) Adds a stage that keeps only the given columns from this stage output.PipelineStage.sortBy
(Function<Tables.Columns, List<Orders.Order>> orders) Adds a stage that sorts this stage output rows. -
Uses of Tables.Columns in net.pricefx.formulaengine.scripting.queryapi.tables
Modifier and TypeInterfaceDescriptioninterface
static interface
static interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface