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

Class WorkloadConfig

bin/run-workload.py:126–129  ·  view source on GitHub ↗

Converts the options dict into a class

Source from the content-addressed store, hash-verified

124
125
126class WorkloadConfig(object):
127 """Converts the options dict into a class"""
128 def __init__(self, **config):
129 self.__dict__.update(config)
130
131
132class CustomJSONEncoder(json.JSONEncoder):

Callers 1

create_workload_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected