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

Method getMetaDataHandler

core/src/main/java/io/ddf/DDF.java:583–587  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

581
582
583 public IHandleMetaData getMetaDataHandler() {
584 if (mMetaDataHandler == null) mMetaDataHandler = this.createMetaDataHandler();
585 if (mMetaDataHandler == null) throw new UnsupportedOperationException();
586 else return mMetaDataHandler;
587 }
588
589 public DDF setMetaDataHandler(IHandleMetaData aMetaDataHandler) {
590 this.mMetaDataHandler = aMetaDataHandler;

Callers 15

copyMethod · 0.95
getNumRowsMethod · 0.95
transformScaleMinMaxMethod · 0.95
transformUDFMethod · 0.95
transformUDFWithNamesMethod · 0.95
sortMethod · 0.95
dropNAMethod · 0.95
fillNAMethod · 0.95
removeColumnsMethod · 0.95
subsetMethod · 0.95

Calls 1

createMetaDataHandlerMethod · 0.95

Tested by

no test coverage detected