MCPcopy Create free account
hub / github.com/ddf-project/DDF / sql2ddfHandle

Method sql2ddfHandle

core/src/main/java/io/ddf/etl/ASqlHandler.java:164–173  ·  view source on GitHub ↗
(String command,
                           Schema schema,
                           DataSourceDescriptor dataSource,
                           DataFormat dataFormat)

Source from the content-addressed store, hash-verified

162
163
164 public DDF sql2ddfHandle(String command,
165 Schema schema,
166 DataSourceDescriptor dataSource,
167 DataFormat dataFormat) throws DDFException {
168 return sql2ddfHandle(command,
169 schema,
170 dataSource,
171 dataFormat,
172 new TableNameReplacer(this.getManager(), dataSource));
173 }
174 public DDF sql2ddfHandle(String command,
175 Schema schema,
176 DataSourceDescriptor dataSource,

Callers

nothing calls this directly

Calls 6

getDataSourceMethod · 0.95
sql2ddfMethod · 0.65
getManagerMethod · 0.45
parseMethod · 0.45
runMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected