MCPcopy Create free account
hub / github.com/apache/impala / build_codec_enabled_statement

Function build_codec_enabled_statement

testdata/bin/generate-schema-statements.py:541–543  ·  view source on GitHub ↗
(codec)

Source from the content-addressed store, hash-verified

539
540
541def build_codec_enabled_statement(codec):
542 compression_enabled = 'false' if codec == 'none' else 'true'
543 return COMPRESSION_ENABLED % compression_enabled
544
545
546def build_impala_parquet_codec_statement(codec):

Callers 1

build_insertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected