-
- Downloads
feat: move query stats to backend and add missing types
parent
29734840
No related branches found
No related tags found
Pipeline #142020 passed
Stage: tag-release
Stage: get-release-tag
Stage: container-image
Stage: deploy-staging
Showing
- src/frontend/statistics/graphStatistics.ts 93 additions, 0 deletionssrc/frontend/statistics/graphStatistics.ts
- src/frontend/statistics/index.ts 27 additions, 0 deletionssrc/frontend/statistics/index.ts
- src/frontend/statistics/tests/attributeStats.spec.ts 107 additions, 0 deletionssrc/frontend/statistics/tests/attributeStats.spec.ts
- src/frontend/statistics/tests/getAttributeType.spec.ts 65 additions, 0 deletionssrc/frontend/statistics/tests/getAttributeType.spec.ts
- src/frontend/statistics/tests/graphStatistics.spec.ts 121 additions, 0 deletionssrc/frontend/statistics/tests/graphStatistics.spec.ts
- src/frontend/statistics/utils/attributeStats/array.ts 7 additions, 0 deletionssrc/frontend/statistics/utils/attributeStats/array.ts
- src/frontend/statistics/utils/attributeStats/boolean.ts 10 additions, 0 deletionssrc/frontend/statistics/utils/attributeStats/boolean.ts
- src/frontend/statistics/utils/attributeStats/categorical.ts 16 additions, 0 deletionssrc/frontend/statistics/utils/attributeStats/categorical.ts
- src/frontend/statistics/utils/attributeStats/index.ts 7 additions, 0 deletionssrc/frontend/statistics/utils/attributeStats/index.ts
- src/frontend/statistics/utils/attributeStats/initialize.ts 47 additions, 0 deletionssrc/frontend/statistics/utils/attributeStats/initialize.ts
- src/frontend/statistics/utils/attributeStats/numerical.ts 10 additions, 0 deletionssrc/frontend/statistics/utils/attributeStats/numerical.ts
- src/frontend/statistics/utils/attributeStats/object.ts 6 additions, 0 deletionssrc/frontend/statistics/utils/attributeStats/object.ts
- src/frontend/statistics/utils/attributeStats/temporal.ts 11 additions, 0 deletionssrc/frontend/statistics/utils/attributeStats/temporal.ts
- src/frontend/statistics/utils/getAttributeType.ts 78 additions, 0 deletionssrc/frontend/statistics/utils/getAttributeType.ts
- src/frontend/statistics/utils/index.ts 3 additions, 0 deletionssrc/frontend/statistics/utils/index.ts
- src/frontend/statistics/utils/updateStatistics.ts 46 additions, 0 deletionssrc/frontend/statistics/utils/updateStatistics.ts
- src/readers/queryService.ts 11 additions, 4 deletionssrc/readers/queryService.ts
- src/utils/cypher/queryParser.ts 11 additions, 7 deletionssrc/utils/cypher/queryParser.ts
Loading
Please register or sign in to comment