제어 집계함수 노드 추가
This commit is contained in:
@@ -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", // 보라색
|
||||
},
|
||||
|
||||
// ========================================================================
|
||||
// 액션
|
||||
|
||||
Reference in New Issue
Block a user