We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e13f2f commit 45091deCopy full SHA for 45091de
src/dsql/AggNodes.h
@@ -116,7 +116,7 @@ class ListAggNode final : public AggNode
116
Firebird::string internalPrint(NodePrinter& printer) const override;
117
void make(DsqlCompilerScratch* dsqlScratch, dsc* desc) override;
118
void genBlr(DsqlCompilerScratch* dsqlScratch) override;
119
-
+
120
bool setParameterType(DsqlCompilerScratch* dsqlScratch,
121
std::function<void (dsc*)> makeDesc, bool forceVarChar) override;
122
void getDesc(thread_db* tdbb, CompilerScratch* csb, dsc* desc) override;
0 commit comments