hqlcatom.hpp 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741
  1. /*##############################################################################
  2. HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. ############################################################################## */
  13. #ifndef __HQLCATOM_HPP_
  14. #define __HQLCATOM_HPP_
  15. #ifdef HQLCPP_EXPORTS
  16. #define HQLCPP_API DECL_EXPORT
  17. #else
  18. #define HQLCPP_API DECL_IMPORT
  19. #endif
  20. extern IAtom * _accessedFromChild_Atom;
  21. extern IAtom * accessorAtom;
  22. extern IAtom * activeActivityMarkerAtom;
  23. extern IAtom * activeMatchTextAtom;
  24. extern IAtom * activeMatchUnicodeAtom;
  25. extern IAtom * activeMatchUtf8Atom;
  26. extern IAtom * activeProductionMarkerAtom;
  27. extern IAtom * activeValidateMarkerAtom;
  28. extern IAtom * activityIdMarkerAtom;
  29. extern IAtom * blobHelperAtom;
  30. extern IAtom * branchAtom;
  31. extern IAtom * checkpointAtom;
  32. extern IAtom * childAtom;
  33. extern IAtom * classAtom;
  34. extern IAtom * clearAtom;
  35. extern IAtom * __clearHelperAtom;
  36. extern IAtom * _conditionalRowMarker_Atom;
  37. extern IAtom * csvReadMarkerAtom;
  38. extern IAtom * decimalAtom;
  39. extern IAtom * declareAtom;
  40. extern IAtom * delayedAtom;
  41. extern IAtom * dependencyAtom;
  42. extern IAtom * deserializerAtom;
  43. extern IAtom * dictionaryAtom;
  44. extern IAtom * eclAtom;
  45. extern IAtom * endAtom;
  46. extern IAtom * ensureCapacityAtom;
  47. extern IAtom * fileAtom;
  48. extern IAtom * forceAllCheckAtom;
  49. extern IAtom * funnelAtom;
  50. extern IAtom * goAtom;
  51. extern IAtom * guardAtom;
  52. extern IAtom * helperAtom;
  53. extern IAtom * indexLayoutMarkerAtom;
  54. extern IAtom * initAtom;
  55. extern IAtom * insideOnCreateAtom;
  56. extern IAtom * insideOnStartAtom;
  57. extern IAtom * instanceAtom;
  58. extern IAtom * _loop_Atom;
  59. extern IAtom * _loopFirst_Atom;
  60. extern IAtom * mainprototypesAtom;
  61. extern IAtom * multiInstanceAtom;
  62. extern IAtom * _noAccess_Atom;
  63. extern IAtom * _noReplicate_Atom;
  64. extern IAtom * noSetAtom;
  65. extern IAtom * _noVirtual_Atom;
  66. extern IAtom * numResultsAtom;
  67. extern IAtom * packingAtom;
  68. extern IAtom * parentHelpersAtom;
  69. extern IAtom * pathAtom;
  70. extern IAtom * prefetcherInstanceMarkerAtom;
  71. extern IAtom * quickAtom;
  72. extern IAtom * _regexFindInstance_Atom;
  73. extern IAtom * _regexInstance_Atom;
  74. extern IAtom * resultsAtom;
  75. extern IAtom * rowAllocatorMarkerAtom;
  76. extern IAtom * rtlFieldKeyMarkerAtom;
  77. extern IAtom * _selfJoinPlaceholder_Atom;
  78. extern IAtom * serializerAtom;
  79. extern IAtom * serializerInstanceMarkerAtom;
  80. extern IAtom * skipActionMarkerAtom;
  81. extern IAtom * skipReturnMarkerAtom;
  82. extern IAtom * speedAtom;
  83. extern IAtom * _spill_Atom;
  84. extern IAtom * _spillReason_Atom;
  85. extern IAtom * _steppedMeta_Atom;
  86. extern IAtom * subgraphAtom;
  87. extern IAtom * userFunctionAtom;
  88. extern IAtom * utf8Atom;
  89. extern IAtom * wrapperAtom;
  90. extern IAtom * xmlColumnProviderAtom;
  91. extern IAtom * xmlReadMarkerAtom;
  92. extern IIdAtom * acosId;
  93. extern IIdAtom * addAggregateRowId;
  94. extern IIdAtom * addAllId;
  95. extern IIdAtom * addRangeId;
  96. extern IIdAtom * addRawRangeId;
  97. extern IIdAtom * addWorkunitAssertFailureId;
  98. extern IIdAtom * an2bId;
  99. extern IIdAtom * an2fId;
  100. extern IIdAtom * an2l4Id;
  101. extern IIdAtom * an2l8Id;
  102. extern IIdAtom * an2ls4Id;
  103. extern IIdAtom * an2ls8Id;
  104. extern IIdAtom * appendRowsToRowsetId;
  105. extern IIdAtom * appendSetXId;
  106. extern IIdAtom * ascii2ebcdicId;
  107. extern IIdAtom * asinId;
  108. extern IIdAtom * atan2Id;
  109. extern IIdAtom * atanId;
  110. extern IIdAtom * bool2DataId;
  111. extern IIdAtom * bool2StrId;
  112. extern IIdAtom * bool2StrXId;
  113. extern IIdAtom * bool2VStrId;
  114. extern IIdAtom * bool2VStrXId;
  115. extern IIdAtom * castIntId[9][2];
  116. extern IIdAtom * checkFieldOverflowId;
  117. extern IIdAtom * checkRowOverflowId;
  118. extern IIdAtom * clibExpId;
  119. extern IIdAtom * cloneVStringId;
  120. extern IIdAtom * cloneVStringXId;
  121. extern IIdAtom * codeGeneratorId;
  122. extern IIdAtom * codepage2UnicodeId;
  123. extern IIdAtom * codepage2UnicodeXId;
  124. extern IIdAtom * codepageToUtf8Id;
  125. extern IIdAtom * codepageToUtf8XId;
  126. extern IIdAtom * codepage2VUnicodeId;
  127. extern IIdAtom * codepage2VUnicodeXId;
  128. extern IIdAtom * columnGetBoolId;
  129. extern IIdAtom * columnGetDataId;
  130. extern IIdAtom * columnGetDataXId;
  131. extern IIdAtom * columnGetIntId;
  132. extern IIdAtom * columnGetQStringId;
  133. extern IIdAtom * columnGetSetIsAllId;
  134. extern IIdAtom * columnGetStringId;
  135. extern IIdAtom * columnGetStringXId;
  136. extern IIdAtom * columnGetUnicodeXId;
  137. extern IIdAtom * columnGetUtf8XId;
  138. extern IIdAtom * columnReadBoolId;
  139. extern IIdAtom * columnReadDataId;
  140. extern IIdAtom * columnReadDataXId;
  141. extern IIdAtom * columnReadIntId;
  142. extern IIdAtom * columnReadQStringId;
  143. extern IIdAtom * columnReadSetIsAllId;
  144. extern IIdAtom * columnReadStringId;
  145. extern IIdAtom * columnReadStringXId;
  146. extern IIdAtom * columnReadUnicodeXId;
  147. extern IIdAtom * columnReadUtf8XId;
  148. extern IIdAtom * compareDataDataId;
  149. extern IIdAtom * compareEStrEStrId;
  150. extern IIdAtom * compareQStrQStrId;
  151. extern IIdAtom * compareStrBlankId;
  152. extern IIdAtom * compareStrStrId;
  153. extern IIdAtom * compareUnicodeUnicodeId;
  154. extern IIdAtom * compareUnicodeUnicodeStrengthId;
  155. extern IIdAtom * compareUtf8Utf8Id;
  156. extern IIdAtom * compareUtf8Utf8StrengthId;
  157. extern IIdAtom * compareVStrVStrId;
  158. extern IIdAtom * compareVUnicodeVUnicodeId;
  159. extern IIdAtom * compareVUnicodeVUnicodeStrengthId;
  160. extern IIdAtom * concatId;
  161. extern IIdAtom * concatExtendId;
  162. extern IIdAtom * concatStr2StrId;
  163. extern IIdAtom * concatStrFId;
  164. extern IIdAtom * concatStrExtendId;
  165. extern IIdAtom * concatUnicodeId;
  166. extern IIdAtom * concatUnicodeExtendId;
  167. extern IIdAtom * concatUnicodeFId;
  168. extern IIdAtom * concatUnicodeToUnicodeId;
  169. extern IIdAtom * concatUtf8Id;
  170. extern IIdAtom * concatUtf8ToUtf8Id;
  171. extern IIdAtom * concatVStr2StrId;
  172. extern IIdAtom * concatVStrId;
  173. extern IIdAtom * concatVStrFId;
  174. extern IIdAtom * concatVUnicodeId;
  175. extern IIdAtom * concatVUnicodeFId;
  176. extern IIdAtom * concatVUnicodeToUnicodeId;
  177. extern IIdAtom * cosId;
  178. extern IIdAtom * coshId;
  179. extern IIdAtom * countProviderId;
  180. extern IIdAtom * countRowsId;
  181. extern IIdAtom * countToSizeId;
  182. extern IIdAtom * crcDataId;
  183. extern IIdAtom * crcUnicodeId;
  184. extern IIdAtom * crcUtf8Id;
  185. extern IIdAtom * crcVStrId;
  186. extern IIdAtom * crcVUnicodeId;
  187. extern IIdAtom * createBlobId;
  188. extern IIdAtom * createDataRangeLowId;
  189. extern IIdAtom * createDataRangeHighId;
  190. extern IIdAtom * createOrderId;
  191. extern IIdAtom * createQStrRangeLowId;
  192. extern IIdAtom * createQStrRangeHighId;
  193. extern IIdAtom * createQuotedStringId;
  194. extern IIdAtom * createRangeLowId;
  195. extern IIdAtom * createRangeHighId;
  196. extern IIdAtom * createRealInfId;
  197. extern IIdAtom * createRealNullId;
  198. extern IIdAtom * createRowFromJsonId;
  199. extern IIdAtom * createRowFromXmlId;
  200. extern IIdAtom * createRowStreamId;
  201. extern IIdAtom * createStrRangeLowId;
  202. extern IIdAtom * createStrRangeHighId;
  203. extern IIdAtom * createUnicodeRangeLowId;
  204. extern IIdAtom * createUnicodeRangeHighId;
  205. extern IIdAtom * createRegexId;
  206. extern IIdAtom * createWRegexId;
  207. extern IIdAtom * csvStr2BoolId;
  208. extern IIdAtom * ctxGetRowJsonId;
  209. extern IIdAtom * ctxGetRowXmlId;
  210. extern IIdAtom * data2BoolId;
  211. extern IIdAtom * dataset2DatasetXId;
  212. extern IIdAtom * dataset2RowsetXId;
  213. extern IIdAtom * DecAbsId;
  214. extern IIdAtom * DecAddId;
  215. extern IIdAtom * DecCompareDecimalId;
  216. extern IIdAtom * DecCompareUDecimalId;
  217. extern IIdAtom * DecCompareNullId;
  218. extern IIdAtom * DecDistinctId;
  219. extern IIdAtom * DecDistinctRId;
  220. extern IIdAtom * DecDivideId;
  221. extern IIdAtom * DecModulusId;
  222. extern IIdAtom * DecMulId;
  223. extern IIdAtom * DecNegateId;
  224. extern IIdAtom * DecPopDecimalId;
  225. extern IIdAtom * DecPopInt64Id;
  226. extern IIdAtom * DecPopLongId;
  227. extern IIdAtom * DecPopRealId;
  228. extern IIdAtom * DecPopStringId;
  229. extern IIdAtom * DecPopStringXId;
  230. extern IIdAtom * DecPopUDecimalId;
  231. extern IIdAtom * DecPopVStringId;
  232. extern IIdAtom * DecPopVStringXId;
  233. extern IIdAtom * DecPushCStringId;
  234. extern IIdAtom * DecPushDecimalId;
  235. extern IIdAtom * DecPushInt64Id;
  236. extern IIdAtom * DecPushLongId;
  237. extern IIdAtom * DecPushQStringId;
  238. extern IIdAtom * DecPushRealId;
  239. extern IIdAtom * DecPushStringId;
  240. extern IIdAtom * DecPushUDecimalId;
  241. extern IIdAtom * DecPushUInt64Id;
  242. extern IIdAtom * DecPushUnicodeId;
  243. extern IIdAtom * DecPushUtf8Id;
  244. extern IIdAtom * DecRoundId;
  245. extern IIdAtom * DecRoundUpId;
  246. extern IIdAtom * DecRoundToId;
  247. extern IIdAtom * DecSetPrecisionId;
  248. extern IIdAtom * DecSubId;
  249. extern IIdAtom * DecTruncateId;
  250. extern IIdAtom * DecTruncateAtId;
  251. extern IIdAtom * DecValidId;
  252. extern IIdAtom * DecValidTosId;
  253. extern IIdAtom * deleteFileId;
  254. extern IIdAtom * deserializeRawId;
  255. extern IIdAtom * deserializeChildDictionaryFromDatasetFromStreamId;
  256. extern IIdAtom * deserializeChildDictionaryFromStreamId;
  257. extern IIdAtom * deserializeChildRowsetFromStreamId;
  258. extern IIdAtom * deserializeCStringXId;
  259. extern IIdAtom * deserializeDataXId;
  260. extern IIdAtom * deserializeDatasetXId;
  261. extern IIdAtom * deserializeDictionaryXId;
  262. extern IIdAtom * deserializeGroupedDatasetXId;
  263. extern IIdAtom * deserializeQStrXId;
  264. extern IIdAtom * deserializeRowId;
  265. extern IIdAtom * deserializeRowsetXId;
  266. extern IIdAtom * deserializeGroupedRowsetXId;
  267. extern IIdAtom * deserializeSetId;
  268. extern IIdAtom * deserializeStringXId;
  269. extern IIdAtom * deserializeUnicodeXId;
  270. extern IIdAtom * deserializeUtf8XId;
  271. extern IIdAtom * deserializeVUnicodeXId;
  272. extern IIdAtom * deserializerReadNId;
  273. extern IIdAtom * deserializerReadPackedIntId;
  274. extern IIdAtom * deserializerReadSizeId;
  275. extern IIdAtom * deserializerReadUtf8Id;
  276. extern IIdAtom * deserializerReadVStrId;
  277. extern IIdAtom * deserializerReadVUniId;
  278. extern IIdAtom * deserializerPeekId;
  279. extern IIdAtom * deserializerBeginNestedId;
  280. extern IIdAtom * deserializerFinishedNestedId;
  281. extern IIdAtom * deserializerSkipNId;
  282. extern IIdAtom * deserializerSkipPackedIntId;
  283. extern IIdAtom * deserializerSkipUtf8Id;
  284. extern IIdAtom * deserializerSkipVStrId;
  285. extern IIdAtom * deserializerSkipVUniId;
  286. extern IIdAtom * destroyRegexId;
  287. extern IIdAtom * destroyWRegexId;
  288. extern IIdAtom * destructMetaMemberId;
  289. extern IIdAtom * dictionaryCountId;
  290. extern IIdAtom * dictionaryExistsId;
  291. extern IIdAtom * dictionaryLookupId;
  292. extern IIdAtom * dictionaryLookupExistsId;
  293. extern IIdAtom * doNotifyId;
  294. extern IIdAtom * doNotifyTargetId;
  295. extern IIdAtom * ebcdic2asciiId;
  296. extern IIdAtom * en2fId;
  297. extern IIdAtom * en2l4Id;
  298. extern IIdAtom * en2l8Id;
  299. extern IIdAtom * en2ls4Id;
  300. extern IIdAtom * en2ls8Id;
  301. extern IIdAtom * ensureCapacityId;
  302. extern IIdAtom * ensureRowAvailableId;
  303. extern IIdAtom * __eogId;
  304. extern IIdAtom * estr2EStrId;
  305. extern IIdAtom * estr2VStrId;
  306. extern IIdAtom * estr2VStrXId;
  307. extern IIdAtom * evaluateChildQueryInstanceId;
  308. extern IIdAtom * ex2fId;
  309. extern IIdAtom * executeGraphId;
  310. extern IIdAtom * executeChildQueryInstanceId;
  311. extern IIdAtom * f2anId;
  312. extern IIdAtom * f2axId;
  313. extern IIdAtom * f2vnId;
  314. extern IIdAtom * f2vxId;
  315. extern IIdAtom * failDivideByZeroId;
  316. extern IIdAtom * _failId;
  317. extern IIdAtom * fileExistsId;
  318. extern IIdAtom * finalizeRowClearId;
  319. extern IIdAtom * freeId;
  320. extern IIdAtom * freeExceptionId;
  321. extern IIdAtom * getBytesFromBuilderId;
  322. extern IIdAtom * getChildQueryDictionaryResultId;
  323. extern IIdAtom * getChildQueryLinkedResultId;
  324. extern IIdAtom * getChildQueryLinkedRowResultId;
  325. extern IIdAtom * getClusterSizeId;
  326. extern IIdAtom * getDatasetHashId;
  327. extern IIdAtom * getECLId;
  328. extern IIdAtom * getEnvId;
  329. extern IIdAtom * getEventExtraId;
  330. extern IIdAtom * getEventNameId;
  331. extern IIdAtom * getExpandLogicalNameId;
  332. extern IIdAtom * getExternalResultHashId;
  333. extern IIdAtom * getFailMessageId;
  334. extern IIdAtom * getFilePositionId;
  335. extern IIdAtom * getGraphLoopCounterId;
  336. extern IIdAtom * getIsValidId;
  337. extern IIdAtom * getLocalDictionaryResultId;
  338. extern IIdAtom * getLocalFailMessageId;
  339. extern IIdAtom * getLocalFilePositionId;
  340. extern IIdAtom * getLocalLinkedResultId;
  341. extern IIdAtom * getLocalLinkedRowResultId;
  342. extern IIdAtom * getMatchedId;
  343. extern IIdAtom * getMatchLengthId;
  344. extern IIdAtom * getMatchPositionId;
  345. extern IIdAtom * getMatchRowId;
  346. extern IIdAtom * getMatchTextId;
  347. extern IIdAtom * getMatchUnicodeId;
  348. extern IIdAtom * getMatchUtf8Id;
  349. extern IIdAtom * getPackedSignedId;
  350. extern IIdAtom * getPackedSizeId;
  351. extern IIdAtom * getPackedUnsignedId;
  352. extern IIdAtom * getProductionResultId;
  353. extern IIdAtom * getProductionTextId;
  354. extern IIdAtom * getProductionUnicodeId;
  355. extern IIdAtom * getProductionUtf8Id;
  356. extern IIdAtom * getResultBoolId;
  357. extern IIdAtom * getResultDataId;
  358. extern IIdAtom * getResultDatasetId;
  359. extern IIdAtom * getResultDecimalId;
  360. extern IIdAtom * getResultDictionaryId;
  361. extern IIdAtom * getResultHashId;
  362. extern IIdAtom * getResultIntId;
  363. extern IIdAtom * getResultQStringId;
  364. extern IIdAtom * getResultRealId;
  365. extern IIdAtom * getResultRowsetId;
  366. extern IIdAtom * getResultSetId;
  367. extern IIdAtom * getResultStringId;
  368. extern IIdAtom * getResultStringFId;
  369. extern IIdAtom * getResultUnicodeId;
  370. extern IIdAtom * getResultVarStringId;
  371. extern IIdAtom * getResultVarUnicodeId;
  372. extern IIdAtom * getRootResultId;
  373. extern IIdAtom * getStartCyclesId;
  374. extern IIdAtom * getWorkflowIdId;
  375. extern IIdAtom * getWuidId;
  376. extern IIdAtom * groupedDataset2RowsetXId;
  377. extern IIdAtom * groupedRowset2DatasetXId;
  378. extern IIdAtom * hash32DataId;
  379. extern IIdAtom * hash32Data1Id;
  380. extern IIdAtom * hash32Data2Id;
  381. extern IIdAtom * hash32Data3Id;
  382. extern IIdAtom * hash32Data4Id;
  383. extern IIdAtom * hash32Data5Id;
  384. extern IIdAtom * hash32Data6Id;
  385. extern IIdAtom * hash32Data7Id;
  386. extern IIdAtom * hash32Data8Id;
  387. extern IIdAtom * hash32UnicodeId;
  388. extern IIdAtom * hash32Utf8Id;
  389. extern IIdAtom * hash32VStrId;
  390. extern IIdAtom * hash32VUnicodeId;
  391. extern IIdAtom * hash64DataId;
  392. extern IIdAtom * hash64UnicodeId;
  393. extern IIdAtom * hash64Utf8Id;
  394. extern IIdAtom * hash64VStrId;
  395. extern IIdAtom * hash64VUnicodeId;
  396. extern IIdAtom * hashDataId;
  397. extern IIdAtom * hashDataNCId;
  398. extern IIdAtom * hashMd5FinishId;
  399. extern IIdAtom * hashMd5InitId;
  400. extern IIdAtom * hashMd5DataId;
  401. extern IIdAtom * hashUnicodeId;
  402. extern IIdAtom * hashUtf8Id;
  403. extern IIdAtom * hashVStrId;
  404. extern IIdAtom * hashVStrNCId;
  405. extern IIdAtom * hashVUnicodeId;
  406. extern IIdAtom * IIndirectMemberVisitor_visitRowId;
  407. extern IIdAtom * IIndirectMemberVisitor_visitRowsetId;
  408. extern IIdAtom * initProcessId;
  409. extern IIdAtom * intFormatId;
  410. extern IIdAtom * isResultId;
  411. extern IIdAtom * keyUnicodeXId;
  412. extern IIdAtom * keyUnicodeStrengthXId;
  413. extern IIdAtom * killRangeId;
  414. extern IIdAtom * killRawRangeId;
  415. extern IIdAtom * l42anId;
  416. extern IIdAtom * l42axId;
  417. extern IIdAtom * l42vnId;
  418. extern IIdAtom * l42vxId;
  419. extern IIdAtom * l82anId;
  420. extern IIdAtom * l82axId;
  421. extern IIdAtom * l82vnId;
  422. extern IIdAtom * l82vxId;
  423. extern IIdAtom * linkdataset2linkdatasetId;
  424. extern IIdAtom * linkRowId;
  425. extern IIdAtom * linkRowsetId;
  426. extern IIdAtom * lnId;
  427. extern IIdAtom * loadResourceId;
  428. extern IIdAtom * log10Id;
  429. extern IIdAtom * lookupBlobId;
  430. extern IIdAtom * ls42anId;
  431. extern IIdAtom * ls42axId;
  432. extern IIdAtom * ls42vnId;
  433. extern IIdAtom * ls42vxId;
  434. extern IIdAtom * ls82anId;
  435. extern IIdAtom * ls82axId;
  436. extern IIdAtom * ls82vnId;
  437. extern IIdAtom * ls82vxId;
  438. extern IIdAtom * memcmpId;
  439. extern IIdAtom * memcpyId;
  440. extern IIdAtom * memsetId;
  441. extern IIdAtom * newWhenActionArgId;
  442. extern IIdAtom * newCountAggregateArgId;
  443. extern IIdAtom * newDegroupArgId;
  444. extern IIdAtom * newExistsAggregateArgId;
  445. extern IIdAtom * newFunnelArgId;
  446. extern IIdAtom * newGraphLoopResultWriteArgId;
  447. extern IIdAtom * newLibraryConstantRawIteratorArgId;
  448. extern IIdAtom * newLocalResultReadArgId;
  449. extern IIdAtom * newLocalResultSpillArgId;
  450. extern IIdAtom * newMemorySpillReadArgId;
  451. extern IIdAtom * newMemorySpillSplitArgId;
  452. extern IIdAtom * newNullArgId;
  453. extern IIdAtom * newSelectNArgId;
  454. extern IIdAtom * newSplitArgId;
  455. extern IIdAtom * newWorkUnitReadArgId;
  456. extern IIdAtom * newWorkUnitWriteArgId;
  457. extern IIdAtom * noteSectionTimeId;
  458. extern IIdAtom * offsetProviderId;
  459. extern IIdAtom * outputXmlBeginArrayId;
  460. extern IIdAtom * outputXmlBeginNestedId;
  461. extern IIdAtom * outputXmlBoolId;
  462. extern IIdAtom * outputXmlDataId;
  463. extern IIdAtom * outputXmlDecimalId;
  464. extern IIdAtom * outputXmlEndArrayId;
  465. extern IIdAtom * outputXmlEndNestedId;
  466. extern IIdAtom * outputXmlIntId;
  467. extern IIdAtom * outputXmlQStringId;
  468. extern IIdAtom * outputXmlRealId;
  469. extern IIdAtom * outputXmlSetAllId;
  470. extern IIdAtom * outputXmlStringId;
  471. extern IIdAtom * outputXmlUIntId;
  472. extern IIdAtom * outputXmlUnicodeId;
  473. extern IIdAtom * outputXmlUtf8Id;
  474. extern IIdAtom * powerId;
  475. extern IIdAtom * prefixDiffStrId;
  476. extern IIdAtom * prefixDiffUnicodeId;
  477. extern IIdAtom * processFieldBoolId;
  478. extern IIdAtom * processFieldDataId;
  479. extern IIdAtom * processFieldDecimalId;
  480. extern IIdAtom * processFieldIntId;
  481. extern IIdAtom * processFieldQStringId;
  482. extern IIdAtom * processFieldRealId;
  483. extern IIdAtom * processFieldStringId;
  484. extern IIdAtom * processFieldUIntId;
  485. extern IIdAtom * processFieldUnicodeId;
  486. extern IIdAtom * processFieldUtf8Id;
  487. extern IIdAtom * processFieldSetAllId;
  488. extern IIdAtom * processFieldBeginSetId;
  489. extern IIdAtom * processFieldBeginDatasetId;
  490. extern IIdAtom * processFieldBeginRowId;
  491. extern IIdAtom * processFieldEndSetId;
  492. extern IIdAtom * processFieldEndDatasetId;
  493. extern IIdAtom * processFieldEndRowId;
  494. extern IIdAtom * qstr2BoolId;
  495. extern IIdAtom * qstr2DataId;
  496. extern IIdAtom * qstr2DataXId;
  497. extern IIdAtom * qstrToQStrId;
  498. extern IIdAtom * qstrToQStrXId;
  499. extern IIdAtom * qstr2StrId;
  500. extern IIdAtom * qstr2StrXId;
  501. extern IIdAtom * qstr2VStrId;
  502. extern IIdAtom * qstrLengthId;
  503. extern IIdAtom * qstrSizeId;
  504. extern IIdAtom * queryFailCodeId;
  505. extern IIdAtom * queryLocalFailCodeId;
  506. extern IIdAtom * queryLocalResultId;
  507. extern IIdAtom * queryLogicalFilenameId;
  508. extern IIdAtom * rankedFromOrderId;
  509. extern IIdAtom * rankFromOrderId;
  510. extern IIdAtom * readIntId[9][2];
  511. extern IIdAtom * readSwapIntId[9][2];
  512. extern IIdAtom * realFormatId;
  513. extern IIdAtom * regexFindXId;
  514. extern IIdAtom * regexGetFindStrId;
  515. extern IIdAtom * regexNewSetStrPatternId;
  516. extern IIdAtom * regexNewSetUStrPatternId;
  517. extern IIdAtom * regexNewStrFindId;
  518. extern IIdAtom * regexNewStrFoundId;
  519. extern IIdAtom * regexNewStrFoundXId;
  520. extern IIdAtom * regexNewStrReplaceXId;
  521. extern IIdAtom * regexNewUStrFindId;
  522. extern IIdAtom * regexNewUStrFoundId;
  523. extern IIdAtom * regexNewUStrFoundXId;
  524. extern IIdAtom * regexNewUStrReplaceXId;
  525. extern IIdAtom * regexMatchSetId;
  526. extern IIdAtom * regexUStrMatchSetId;
  527. extern IIdAtom * regexReplaceXId;
  528. extern IIdAtom * registerTimerId;
  529. extern IIdAtom * releaseRowId;
  530. extern IIdAtom * releaseRowsetId;
  531. extern IIdAtom * reportFieldOverflowId;
  532. extern IIdAtom * reportRowOverflowId;
  533. extern IIdAtom * responseinfoId;
  534. extern IIdAtom * restoreClusterId;
  535. extern IIdAtom * returnPersistVersionId;
  536. extern IIdAtom * reverseIntId[9][2];
  537. extern IIdAtom * roundId;
  538. extern IIdAtom * roundToId;
  539. extern IIdAtom * roundupId;
  540. extern IIdAtom * rowset2DatasetXId;
  541. extern IIdAtom * rtlCopyRowLinkChildrenId;
  542. extern IIdAtom * rtlDeserializeDictionaryId;
  543. extern IIdAtom * rtlDeserializeDictionaryFromDatasetId;
  544. extern IIdAtom * rtlDeserializeRowId;
  545. extern IIdAtom * rtlDeserializeToBuilderId;
  546. extern IIdAtom * rtlLinkChildrenId;
  547. extern IIdAtom * rtlMaxId;
  548. extern IIdAtom * rtlMinId;
  549. extern IIdAtom * rtlRandomId;
  550. extern IIdAtom * rtlSerializeDictionaryId;
  551. extern IIdAtom * rtlSerializeDictionaryToDatasetId;
  552. extern IIdAtom * rtlSerializeToBuilderId;
  553. extern IIdAtom * searchTableInteger4Id;
  554. extern IIdAtom * searchTableInteger8Id;
  555. extern IIdAtom * searchTableUInteger4Id;
  556. extern IIdAtom * searchTableUInteger8Id;
  557. extern IIdAtom * searchUnicodeTableId;
  558. extern IIdAtom * searchUtf8TableId;
  559. extern IIdAtom * searchVUnicodeTableId;
  560. extern IIdAtom * selectClusterId;
  561. extern IIdAtom * serializeChildDictionaryToStreamId;
  562. extern IIdAtom * serializeChildDictionaryToDatasetToStreamId;
  563. extern IIdAtom * serializeChildRowsetToStreamId;
  564. extern IIdAtom * serializeCStringXId;
  565. extern IIdAtom * serializeDataXId;
  566. extern IIdAtom * serializeDatasetXId;
  567. extern IIdAtom * serializeGroupedDatasetXId;
  568. extern IIdAtom * serializeStringXId;
  569. extern IIdAtom * serializeBoolId;
  570. extern IIdAtom * serializeDictionaryXId;
  571. extern IIdAtom * serializeFixedDataId;
  572. extern IIdAtom * serializeFixedStringId;
  573. extern IIdAtom * serializeLPDataId;
  574. extern IIdAtom * serializeLPQStringId;
  575. extern IIdAtom * serializeLPStringId;
  576. extern IIdAtom * serializeQStrXId;
  577. extern IIdAtom * serializeRawId;
  578. extern IIdAtom * serializeReal4Id;
  579. extern IIdAtom * serializeReal8Id;
  580. extern IIdAtom * serializeRowId;
  581. extern IIdAtom * serializeRowsetXId;
  582. extern IIdAtom * serializeGroupedRowsetXId;
  583. extern IIdAtom * serializeSetId;
  584. extern IIdAtom * serializeUnicodeXId;
  585. extern IIdAtom * serializeUtf8XId;
  586. extern IIdAtom * serializerPutId;
  587. extern IIdAtom * serializerBeginNestedId;
  588. extern IIdAtom * serializerEndNestedId;
  589. extern IIdAtom * setConditionCodeId;
  590. extern IIdAtom * setMethodId;
  591. extern IIdAtom * setOwnMethodId;
  592. extern IIdAtom * setPackedSignedId;
  593. extern IIdAtom * setPackedUnsignedId;
  594. extern IIdAtom * setResultBoolId;
  595. extern IIdAtom * setResultDataId;
  596. extern IIdAtom * setResultDatasetId;
  597. extern IIdAtom * setResultDecimalId;
  598. extern IIdAtom * setResultIntId;
  599. extern IIdAtom * setResultQStringId;
  600. extern IIdAtom * setResultRawId;
  601. extern IIdAtom * setResultRealId;
  602. extern IIdAtom * setResultSetId;
  603. extern IIdAtom * setResultStringId;
  604. extern IIdAtom * setResultUIntId;
  605. extern IIdAtom * setResultUnicodeId;
  606. extern IIdAtom * setResultVarStringId;
  607. extern IIdAtom * setResultVarUnicodeId;
  608. extern IIdAtom * setWorkflowConditionId;
  609. extern IIdAtom * set2SetXId;
  610. extern IIdAtom * sinId;
  611. extern IIdAtom * sinhId;
  612. extern IIdAtom * sqrtId;
  613. extern IIdAtom * str2DataId;
  614. extern IIdAtom * str2DataXId;
  615. extern IIdAtom * strToQStrId;
  616. extern IIdAtom * strToQStrXId;
  617. extern IIdAtom * str2StrId;
  618. extern IIdAtom * str2StrXId;
  619. extern IIdAtom * str2VStrId;
  620. extern IIdAtom * str2VStrXId;
  621. extern IIdAtom * strcpyId;
  622. extern IIdAtom * strlenId;
  623. extern IIdAtom * subDataFTId;
  624. extern IIdAtom * subDataFTXId;
  625. extern IIdAtom * subDataFXId;
  626. extern IIdAtom * subQStrFTId;
  627. extern IIdAtom * subQStrFTXId;
  628. extern IIdAtom * subQStrFXId;
  629. extern IIdAtom * subStrFTId;
  630. extern IIdAtom * subStrFTXId;
  631. extern IIdAtom * subStrFXId;
  632. extern IIdAtom * sysFailId;
  633. extern IIdAtom * tanId;
  634. extern IIdAtom * tanhId;
  635. extern IIdAtom * trimAllId;
  636. extern IIdAtom * trimBothId;
  637. extern IIdAtom * trimLeftId;
  638. extern IIdAtom * trimRightId;
  639. extern IIdAtom * trimStrLenId;
  640. extern IIdAtom * trimUnicodeAllId;
  641. extern IIdAtom * trimUnicodeBothId;
  642. extern IIdAtom * trimUnicodeLeftId;
  643. extern IIdAtom * trimUnicodeRightId;
  644. extern IIdAtom * trimUnicodeStrLenId;
  645. extern IIdAtom * trimUtf8AllId;
  646. extern IIdAtom * trimUtf8BothId;
  647. extern IIdAtom * trimUtf8LeftId;
  648. extern IIdAtom * trimUtf8RightId;
  649. extern IIdAtom * trimUtf8StrLenId;
  650. extern IIdAtom * trimVAllId;
  651. extern IIdAtom * trimVBothId;
  652. extern IIdAtom * trimVLeftId;
  653. extern IIdAtom * trimVRightId;
  654. extern IIdAtom * trimVStrLenId;
  655. extern IIdAtom * trimVUnicodeAllId;
  656. extern IIdAtom * trimVUnicodeBothId;
  657. extern IIdAtom * trimVUnicodeLeftId;
  658. extern IIdAtom * trimVUnicodeRightId;
  659. extern IIdAtom * trimVUnicodeStrLenId;
  660. extern IIdAtom * truncateId;
  661. extern IIdAtom * UCharId;
  662. extern IIdAtom * unicode2CodepageId;
  663. extern IIdAtom * unicode2CodepageXId;
  664. extern IIdAtom * unicode2DataId;
  665. extern IIdAtom * unicode2DataXId;
  666. extern IIdAtom * unicode2UnicodeId;
  667. extern IIdAtom * unicode2UnicodeXId;
  668. extern IIdAtom * unicodeToUtf8Id;
  669. extern IIdAtom * unicodeToUtf8XId;
  670. extern IIdAtom * unicode2VCodepageId;
  671. extern IIdAtom * unicode2VCodepageXId;
  672. extern IIdAtom * unicode2VUnicodeId;
  673. extern IIdAtom * unicode2VUnicodeXId;
  674. extern IIdAtom * unicodeNullTerminateId;
  675. extern IIdAtom * unicodeStrcpyId;
  676. extern IIdAtom * unicodeStrlenId;
  677. extern IIdAtom * unicodeSubStrFXId;
  678. extern IIdAtom * unicodeSubStrFTXId;
  679. extern IIdAtom * utf82CodepageId;
  680. extern IIdAtom * utf82CodepageXId;
  681. extern IIdAtom * utf82DataId;
  682. extern IIdAtom * utf82DataXId;
  683. extern IIdAtom * utf82UnicodeId;
  684. extern IIdAtom * utf82UnicodeXId;
  685. extern IIdAtom * utf8ToUtf8Id;
  686. extern IIdAtom * utf8ToUtf8XId;
  687. extern IIdAtom * utf8LengthId;
  688. extern IIdAtom * utf8SizeId;
  689. extern IIdAtom * utf8SubStrFTXId;
  690. extern IIdAtom * utf8SubStrFXId;
  691. extern IIdAtom * validRealId;
  692. extern IIdAtom * vcodepage2UnicodeId;
  693. extern IIdAtom * vcodepage2UnicodeXId;
  694. extern IIdAtom * vcodepage2VUnicodeId;
  695. extern IIdAtom * vcodepage2VUnicodeXId;
  696. extern IIdAtom * vn2bId;
  697. extern IIdAtom * vn2fId;
  698. extern IIdAtom * vn2l4Id;
  699. extern IIdAtom * vn2l8Id;
  700. extern IIdAtom * vn2ls4Id;
  701. extern IIdAtom * vn2ls8Id;
  702. extern IIdAtom * vstr2DataId;
  703. extern IIdAtom * vstr2StrId;
  704. extern IIdAtom * vstr2VStrId;
  705. extern IIdAtom * vunicode2CodepageId;
  706. extern IIdAtom * vunicode2CodepageXId;
  707. extern IIdAtom * vunicode2DataId;
  708. extern IIdAtom * vunicode2DataXId;
  709. extern IIdAtom * vunicode2UnicodeId;
  710. extern IIdAtom * vunicode2UnicodeXId;
  711. extern IIdAtom * vunicode2VCodepageId;
  712. extern IIdAtom * vunicode2VCodepageXId;
  713. extern IIdAtom * vunicode2VUnicodeId;
  714. extern IIdAtom * vunicode2VUnicodeXId;
  715. extern IIdAtom * walkIndirectMetaMemberId;
  716. extern IIdAtom * wregexFindXId;
  717. extern IIdAtom * wregexGetFindStrId;
  718. extern IIdAtom * wregexReplaceXId;
  719. extern IIdAtom * writeEbcdicId;
  720. extern IIdAtom * writeIntId[9];
  721. extern IIdAtom * writeRealId;
  722. extern IIdAtom * writeSignedId;
  723. extern IIdAtom * writeStringId;
  724. extern IIdAtom * writeUnicodeId;
  725. extern IIdAtom * writeUnsignedId;
  726. extern IIdAtom * writeUtf8Id;
  727. extern IIdAtom * xmlDecodeStrId;
  728. extern IIdAtom * xmlDecodeUStrId;
  729. extern IIdAtom * xmlEncodeStrId;
  730. extern IIdAtom * xmlEncodeUStrId;
  731. #endif