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

Method sql

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

Executes the given command and stores the results into a List with default size which already has a schema to govern the data loading, from the system default data source, using its default DataFormat. @return the List with loaded data content

(String command)

Source from the content-addressed store, hash-verified

88 * @return the List<String> with loaded data content
89 */
90 public SqlResult sql(String command) throws DDFException;
91
92 /**
93 * Executes the given command and stores the results into a List<String> which already has a

Callers 15

sqlMethod · 0.65
testSqlMethod · 0.65
basics.pyFile · 0.65
createTableAirlineMethod · 0.65
createTableSmiths2Method · 0.65
createTableMovieMethod · 0.65
createTableRatingsMethod · 0.65
createTableMtcarsMethod · 0.65
createTableCarOwnerMethod · 0.65
testLoadingMethod · 0.65

Implementers 3

DDFManagercore/src/main/java/io/ddf/DDFManager.j
SqlHandlerspark/src/main/java/io/ddf/spark/etl/S
DDFcore/src/main/java/io/ddf/DDF.java

Calls

no outgoing calls

Tested by 11

createTableAirlineMethod · 0.52
createTableSmiths2Method · 0.52
createTableMovieMethod · 0.52
createTableRatingsMethod · 0.52
createTableMtcarsMethod · 0.52
createTableCarOwnerMethod · 0.52
testLoadingMethod · 0.52
beforeClassMethod · 0.52