제어 집계함수 노드 추가

This commit is contained in:
kjs
2025-12-05 15:18:55 +09:00
parent 1c329b5e0c
commit 96321f502f
10 changed files with 959 additions and 7 deletions

View File

@@ -60,6 +60,14 @@ export const NODE_PALETTE: NodePaletteItem[] = [
category: "transform",
color: "#06B6D4", // 청록색
},
{
type: "aggregate",
label: "집계",
icon: "",
description: "SUM, COUNT, AVG 등 집계 연산을 수행합니다",
category: "transform",
color: "#A855F7", // 보라색
},
// ========================================================================
// 액션