Home / Function/ isTimeColumn() — supabase Function Reference

isTimeColumn() — supabase Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

apps/studio/components/grid/utils/types.ts lines 58–60

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

Subdomains

Frequently Asked Questions

What does isTimeColumn() do?
isTimeColumn() is a function in the supabase codebase.
What calls isTimeColumn()?
isTimeColumn() 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