MCPcopy Index your code
hub / github.com/ddf-project/DDF / getSchemaHandler

Method getSchemaHandler

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

Source from the content-addressed store, hash-verified

753
754
755 public IHandleSchema getSchemaHandler() {
756 if (mSchemaHandler == null) mSchemaHandler = this.createSchemaHandler();
757 if (mSchemaHandler == null) throw new UnsupportedOperationException();
758 else return mSchemaHandler;
759 }
760
761 public DDF setSchemaHandler(IHandleSchema aSchemaHandler) {
762 this.mSchemaHandler = aSchemaHandler;

Callers 15

testBinningToIntegerMethod · 0.95
initializeMethod · 0.95
getSchemaMethod · 0.95
getNumColumnsMethod · 0.95
setAsFactorMethod · 0.95
unsetAsFactorMethod · 0.95
beforePersistingMethod · 0.95
updateInplaceMethod · 0.95

Calls 1

createSchemaHandlerMethod · 0.95