Uses of Class
io.siddhi.core.table.record.ExpressionBuilder
-
Packages that use ExpressionBuilder Package Description io.siddhi.core.table.record -
-
Uses of ExpressionBuilder in io.siddhi.core.table.record
Methods in io.siddhi.core.table.record that return ExpressionBuilder Modifier and Type Method Description ExpressionBuilderAbstractQueryableRecordTable.OrderByAttributeBuilder. getExpressionBuilder()ExpressionBuilderAbstractQueryableRecordTable.SelectAttributeBuilder. getExpressionBuilder()Methods in io.siddhi.core.table.record with parameters of type ExpressionBuilder Modifier and Type Method Description protected abstract CompiledConditionAbstractRecordTable. compileCondition(ExpressionBuilder expressionBuilder)Compile the matching expressionprotected abstract CompiledSelectionAbstractQueryableRecordTable. compileSelection(List<AbstractQueryableRecordTable.SelectAttributeBuilder> selectAttributeBuilders, List<ExpressionBuilder> groupByExpressionBuilder, ExpressionBuilder havingExpressionBuilder, List<AbstractQueryableRecordTable.OrderByAttributeBuilder> orderByAttributeBuilders, Long limit, Long offset)Compile the query selectionprotected abstract CompiledExpressionAbstractRecordTable. compileSetAttribute(ExpressionBuilder expressionBuilder)Compiles the expression in a set clauseConstructors in io.siddhi.core.table.record with parameters of type ExpressionBuilder Constructor Description OrderByAttributeBuilder(ExpressionBuilder expressionBuilder, io.siddhi.query.api.execution.query.selection.OrderByAttribute.Order order)SelectAttributeBuilder(ExpressionBuilder expressionBuilder, String rename)
-