Home / Type/ ExpectedType Type — drizzle-orm Architecture

ExpectedType Type — drizzle-orm Architecture

Architecture documentation for the ExpectedType type/interface in singlestore-common.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  dee8577f_261b_95d3_17fc_926f9699d1a0["ExpectedType"]
  f934c582_f266_1cbe_5ff9_08bc5f148179["singlestore-common.ts"]
  dee8577f_261b_95d3_17fc_926f9699d1a0 -->|defined in| f934c582_f266_1cbe_5ff9_08bc5f148179
  style dee8577f_261b_95d3_17fc_926f9699d1a0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

integration-tests/tests/singlestore/singlestore-common.ts lines 3971–4001

			type ExpectedType = {
				serial: number;
				bigint53: number | null;
				bigint64: bigint | null;
				binary: string | null;
				boolean: boolean | null;
				char: string | null;
				date: Date | null;
				dateStr: string | null;
				datetime: Date | null;
				datetimeStr: string | null;
				decimal: string | null;
				decimalNum: number | null;
				decimalBig: bigint | null;
				double: number | null;
				float: number | null;
				int: number | null;
				json: unknown;
				medInt: number | null;
				smallInt: number | null;
				real: number | null;
				text: string | null;
				time: string | null;
				timestamp: Date | null;
				timestampStr: string | null;
				tinyInt: number | null;
				varbin: string | null;
				varchar: string | null;
				year: number | null;
				enum: 'enV1' | 'enV2' | null;
			}[];

Frequently Asked Questions

What is the ExpectedType type?
ExpectedType is a type/interface in the drizzle-orm codebase, defined in integration-tests/tests/singlestore/singlestore-common.ts.
Where is ExpectedType defined?
ExpectedType is defined in integration-tests/tests/singlestore/singlestore-common.ts at line 3971.

Analyze Your Own Codebase

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

Try Supermodel Free