Home
last modified time | relevance | path

Searched refs:countExpr (Results 1 – 21 of 21) sorted by relevance

/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/flatfile/recordtype/
H A DRepeatingGroupFactory.java43 private final IntegerSubstitutionExpr countExpr; field in RepeatingGroupFactory
49 IntegerSubstitutionExpr countExpr, FlatFileOptionsFactory flatFileOptionsFactory) { in RepeatingGroupFactory() argument
53 this.countExpr = countExpr; in RepeatingGroupFactory()
65 countExpr); in appendFlatRecordField()
69 …ngGroup = new FixedRepeatingGroup(fieldName, startExpr, flatRecordType, countExpr, flatFileOptions… in appendFlatRecordField()
H A DRepeatingField.java33 private final IntegerSubstitutionExpr countExpr; field in RepeatingField
36 public RepeatingField(FlatRecordField namedField, IntegerSubstitutionExpr countExpr, in RepeatingField() argument
40 this.countExpr = countExpr; in RepeatingField()
49 countExpr, in createFlatRecordFieldReader()
H A DDelimitedRepeatingGroup.java36 private final IntegerSubstitutionExpr countExpr; field in DelimitedRepeatingGroup
39 … FlatFileOptions flatFileOptions, IntegerSubstitutionExpr countExpr) { in DelimitedRepeatingGroup() argument
44 this.countExpr = countExpr; in DelimitedRepeatingGroup()
51 countExpr, in createFlatRecordFieldReader()
H A DRepeatingFieldFactory.java36 private final IntegerSubstitutionExpr countExpr; field in RepeatingFieldFactory
40 IntegerSubstitutionExpr countExpr, FlatFileOptionsFactory flatFileOptionsFactory) { in RepeatingFieldFactory() argument
43 this.countExpr = countExpr; in RepeatingFieldFactory()
57 FlatRecordField repeatingField = new RepeatingField(field, countExpr, flatFileOptions); in appendFlatRecordField()
H A DFixedRepeatingGroup.java36 private final IntegerSubstitutionExpr countExpr; field in FixedRepeatingGroup
41 IntegerSubstitutionExpr countExpr, FlatFileOptions flatFileOptions) { in FixedRepeatingGroup() argument
46 this.countExpr = countExpr; in FixedRepeatingGroup()
53 segmentReader, countExpr); in createFlatRecordFieldReader()
H A DRepeatingFieldReader.java39 private final IntegerSubstitutionExpr countExpr; field in RepeatingFieldReader
43 IntegerSubstitutionExpr countExpr, in RepeatingFieldReader() argument
47 this.countExpr = countExpr; in RepeatingFieldReader()
82 int count = countExpr.evaluateAsInt(flow.getParameters(),recordBuilder); in readAllFields()
H A DDelimitedRepeatingGroupReader.java47 private final IntegerSubstitutionExpr countExpr; field in DelimitedRepeatingGroupReader
55 IntegerSubstitutionExpr countExpr, in DelimitedRepeatingGroupReader() argument
62 this.countExpr = countExpr; in DelimitedRepeatingGroupReader()
84 int count = countExpr.evaluateAsInt(parameters,recordBuilder); in readField()
H A DFixedRepeatingGroupReader.java46 private final IntegerSubstitutionExpr countExpr; field in FixedRepeatingGroupReader
52 IntegerSubstitutionExpr countExpr) { in FixedRepeatingGroupReader() argument
59 this.countExpr = countExpr; in FixedRepeatingGroupReader()
73 int count = countExpr.evaluateAsInt(parameters,recordBuilder); in readField()
H A DRepeatingFieldFactoryAssembler.java52 … IntegerSubstitutionExpr countExpr = (count.length() == 0) ? IntegerSubstitutionExpr.MAX_INTEGER : in assemble() local
57 countExpr, flatFileOptionsFactory); in assemble()
H A DRepeatingGroupFactoryAssembler.java79 … IntegerSubstitutionExpr countExpr = (count.length() == 0) ? IntegerSubstitutionExpr.MAX_INTEGER : in assemble() local
85 flatRecordTypeFactory, countExpr, flatFileOptionsFactory); in assemble()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Http.Data/
H A DQueryFilterAttribute.cs99 Expression countExpr = null; in TryRemovePaging()
105 countExpr = mce.Arguments[0]; in TryRemovePaging()
107 mce = countExpr as MethodCallExpression; in TryRemovePaging()
112 countExpr = mce.Arguments[0]; in TryRemovePaging()
117 if (countExpr != null) in TryRemovePaging()
119 countQuery = query.Provider.CreateQuery(countExpr); in TryRemovePaging()
/dports/devel/apitrace/apitrace-9.0/specs/
H A Dgltypes.py304 def GLindexBuffer(countExpr, typeExpr): argument
308 sizeExpr = '%s*_gl_type_size(%s)' % (countExpr, typeExpr)
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/Query/
H A DQueryBuilder.php379 $countExpr = $this->getConnection()->getDatabasePlatform()->getCountExpression(
382 $this->concreteQueryBuilder->select($countExpr);
/dports/devel/ispc/ispc-1.16.1/src/
H A Dast.cpp223 newe->countExpr = (Expr *)WalkAST(newe->countExpr, preFunc, postFunc, data); in WalkAST()
H A Dexpr.h794 Expr *countExpr; variable
H A Dexpr.cpp8288 countExpr = count; in NewExpr()
8315 if (countExpr != NULL) { in GetValue()
8316 countValue = countExpr->GetValue(ctx); in GetValue()
8462 if (countExpr == NULL) in TypeCheck()
8466 if ((countType = countExpr->GetType()) == NULL) in TypeCheck()
8481 countExpr = TypeConvertExpr(countExpr, t, "item count"); in TypeCheck()
8482 if (countExpr == NULL) in TypeCheck()
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/Query/
H A DQueryBuilder.php406 $countExpr = $this->getConnection()->getDatabasePlatform()->getCountExpression(
409 $this->concreteQueryBuilder->select($countExpr);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Database/Query/
H A DQueryBuilder.php511 $countExpr = $this->getConnection()->getDatabasePlatform()->getCountExpression(
514 $this->concreteQueryBuilder->select($countExpr);
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/
H A DstringExpressions.scala587 case class SubstringIndex(strExpr: Expression, delimExpr: Expression, countExpr: Expression)
592 override def children: Seq[Expression] = Seq(strExpr, delimExpr, countExpr)
/dports/lang/tclX/tclx8.4/tests/
H A Dstring.test191 } 1 {wrong # args: replicate string countExpr}
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp1749 fo_expr* countExpr = theExprManager->create_fo_expr(theRootSctx, in wrap_expr_in_flwor() local
1753 normalize_fo(countExpr); in wrap_expr_in_flwor()
1755 let_clause* lcLast = wrap_in_letclause(countExpr, in wrap_expr_in_flwor()