Home / Function/ isNumericalColumn() — supabase Function Reference

isNumericalColumn() — supabase Function Reference

Architecture documentation for the isNumericalColumn() function in types.ts from the supabase codebase.

Entity Profile

Dependency Diagram

graph TD
  eb97c9e4_125a_5d61_fc91_d6d56c03fb2d["isNumericalColumn()"]
  8b569225_6cd6_9d1c_0356_7e06bb83c474["getColumnType()"]
  8b569225_6cd6_9d1c_0356_7e06bb83c474 -->|calls| eb97c9e4_125a_5d61_fc91_d6d56c03fb2d
  a16fbb66_b2e0_6fab_7672_ca749c2f2307["getColumnDefaultWidth()"]
  a16fbb66_b2e0_6fab_7672_ca749c2f2307 -->|calls| eb97c9e4_125a_5d61_fc91_d6d56c03fb2d
  style eb97c9e4_125a_5d61_fc91_d6d56c03fb2d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/studio/components/grid/utils/types.ts lines 23–25

export function isNumericalColumn(type: string) {
  return NUMERICAL_TYPES.indexOf(type.toLowerCase()) > -1
}

Subdomains

Frequently Asked Questions

What does isNumericalColumn() do?
isNumericalColumn() is a function in the supabase codebase.
What calls isNumericalColumn()?
isNumericalColumn() is called by 2 function(s): getColumnDefaultWidth, getColumnType.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free