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

Method sql2ddfHandle

core/src/main/java/io/ddf/etl/IHandleSql.java:81–81  ·  view source on GitHub ↗

@brief The function is used to create ddf from sqlcmd. The namespace, uriList, and uuidList have similar definition as sql(). @param command The sql command. @param schema If Schema is null, then the data is expected to have Schema information available @param d

(String command,
                             Schema schema,
                             DataSourceDescriptor dataSource,
                             DataFormat dataFormat)

Source from the content-addressed store, hash-verified

79 * @param dataFormat
80 */
81 public DDF sql2ddfHandle(String command,
82 Schema schema,
83 DataSourceDescriptor dataSource,
84 DataFormat dataFormat) throws DDFException;

Callers 1

sql2ddfMethod · 0.65

Implementers 1

ASqlHandlercore/src/main/java/io/ddf/etl/ASqlHand

Calls

no outgoing calls

Tested by

no test coverage detected