Module constants

Module constants 

Source
Expand description

Common constants

Constantsยง

CONTENT_SAMPLE_SIZE
Sample size for content detection
DEFAULT_BATCH_SIZE
Default batch size for operations
DEFAULT_BUFFER_SIZE
Default buffer size for I/O operations
DEFAULT_MEMORY_LIMIT
Default memory limit for operations (1GB)
DEFAULT_SCHEMA_INFERENCE_LENGTH
Default schema inference length for data format detection
FIELD_SEPARATOR
Field separator for ADT format (ASCII 31 - Unit Separator)
HIGH_THROUGHPUT_BATCH_SIZE
Default batch size for high-throughput operations
LARGE_BUFFER_SIZE
Large buffer size for file operations
MAX_BATCH_SIZE
Maximum allowed batch size
MAX_MEMORY_FILE_SIZE
Maximum memory file size (100MB)
MAX_RECURSION_DEPTH
Maximum recursion depth for filter execution
RECORD_SEPARATOR
Record separator for ADT format (ASCII 30 - Record Separator)
SMALL_BUFFER_SIZE
Small buffer size for specialized operations