RuleGo RuleGo
🏠Home
  • Quick Start
  • Rule Chain
  • Standard Components
  • Extension Components
  • Custom Components
  • Visualization
  • RuleGo-Server
  • RuleGo-MCP-Server
  • AOP
  • Trigger
  • Advanced Topics
  • Performance
  • Standard Components
  • Extension Components
  • Custom Components
  • Components Marketplace
  • Overview
  • Quick Start
  • Routing
  • DSL
  • API
  • Options
  • Components
🔥Editor (opens new window)
  • RuleGo Editor (opens new window)
  • RuleGo Server (opens new window)
  • StreamSQL
  • Github (opens new window)
  • Gitee (opens new window)
  • Changelog (opens new window)
  • English
  • 简体中文
🏠Home
  • Quick Start
  • Rule Chain
  • Standard Components
  • Extension Components
  • Custom Components
  • Visualization
  • RuleGo-Server
  • RuleGo-MCP-Server
  • AOP
  • Trigger
  • Advanced Topics
  • Performance
  • Standard Components
  • Extension Components
  • Custom Components
  • Components Marketplace
  • Overview
  • Quick Start
  • Routing
  • DSL
  • API
  • Options
  • Components
🔥Editor (opens new window)
  • RuleGo Editor (opens new window)
  • RuleGo Server (opens new window)
  • StreamSQL
  • Github (opens new window)
  • Gitee (opens new window)
  • Changelog (opens new window)
  • English
  • 简体中文

广告采用随机轮播方式显示 ❤️成为赞助商
  • Quick Start

  • Rule Chain

  • Standard Components

  • Extension Components

  • Custom Components

  • Components marketplace

  • Visualization

  • AOP

  • Trigger

  • Advanced Topic

  • RuleGo-Server

  • FAQ

  • Endpoint Module

  • Support

  • StreamSQL

    • Overview
    • Quick Start
    • Core Concepts
    • SQL Reference
    • API Reference
    • RuleGo Integration
    • functions

      • Aggregate Functions
      • Analytical Functions
      • Window Functions
      • Math Functions
      • String Functions
      • Conversion Functions
      • DateTime Functions
      • JSON Functions
      • Hash Functions
      • Array Functions
      • Type Check Functions
        • IS_NULL - Null Check Function
        • ISNOTNULL - Not Null Check Function
        • IS_NUMERIC - Numeric Check Function
        • IS_STRING - String Check Function
        • IS_BOOL - Boolean Check Function
        • IS_ARRAY - Array Check Function
        • IS_OBJECT - Object Check Function
        • 📚 Related Documentation
      • Conditional Functions
      • Multi-row Functions
      • Expression Functions
      • Custom Functions
    • case-studies

目录

Type Check Functions

# StreamSQL Type Check Functions

Type check functions are used for checking data types.

# IS_NULL - Null Check Function

Syntax: is_null(value)
Description: Checks if a value is NULL.

# IS_NOT_NULL - Not Null Check Function

Syntax: is_not_null(value)
Description: Checks if a value is not NULL.

# IS_NUMERIC - Numeric Check Function

Syntax: is_numeric(value)
Description: Checks if a value is of numeric type.

# IS_STRING - String Check Function

Syntax: is_string(value)
Description: Checks if a value is of string type.

# IS_BOOL - Boolean Check Function

Syntax: is_bool(value)
Description: Checks if a value is of boolean type.

# IS_ARRAY - Array Check Function

Syntax: is_array(value)
Description: Checks if a value is of array type.

# IS_OBJECT - Object Check Function

Syntax: is_object(value)
Description: Checks if a value is of object type.

# 📚 Related Documentation

  • Array Functions - Learn detailed usage of array functions
  • Conditional Functions - Learn detailed usage of conditional functions
  • SQL Reference - View complete SQL syntax reference
Edit this page on GitHub (opens new window)
Last Updated: 2025/08/05, 02:24:31
Array Functions
Conditional Functions

← Array Functions Conditional Functions→

Theme by Vdoing | Copyright © 2023-2025 RuleGo Team | Apache 2.0 License

  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式