Uses of Interface
net.pricefx.formulaengine.scripting.queryapi.Tables.Columns
Packages that use Tables.Columns
Package
Description
-
Uses of Tables.Columns in net.pricefx.formulaengine.scripting.queryapi
Subinterfaces of Tables.Columns in net.pricefx.formulaengine.scripting.queryapiMethods in net.pricefx.formulaengine.scripting.queryapi with parameters of type Tables.ColumnsModifier and TypeMethodDescriptionExprs.fromDataSlice
(Tables.Columns columns, DatamartContext.DataSlice dataSlice) Translates a PADatamartContext.DataSlice
into a query apiExpression
.Method parameters in net.pricefx.formulaengine.scripting.queryapi with type arguments of type Tables.ColumnsModifier 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
Subinterfaces of Tables.Columns in net.pricefx.formulaengine.scripting.queryapi.tablesModifier and TypeInterfaceDescriptionstatic interface
static interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface