consts

package
v0.1.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2025 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ModeDir is the standard file mode for creating directories
	ModeDir = os.FileMode(0o755)

	// ModeFile is the standard file mode for creating files
	ModeFile = os.FileMode(0o644)

	// DefaultClickHouseVersion is the default ClickHouse version used when none is specified
	DefaultClickHouseVersion = "25.7"

	// DefaultClickHouseConfigDir is the default directory for ClickHouse configuration files
	DefaultClickHouseConfigDir = "db/config.d"

	// DefaultClickHouseCluster is the default cluster name used when none is specified
	DefaultClickHouseCluster = "cluster"

	// TableFunctionPrefix is the prefix used to mark AsSourceTable entries that represent table functions
	// rather than actual table references. Used in CREATE TABLE AS function_name(...) syntax.
	TableFunctionPrefix = "FUNCTION:"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL