Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ddf-project/DDF
/ getColumn
Method
getColumn
core/src/main/java/io/ddf/DDF.java:348–350 ·
view source on GitHub ↗
(String column)
Source
from the content-addressed store, hash-verified
346
}
347
348
public
Column getColumn(String column) throws DDFException {
349
return
this.getSchema().getColumn(column);
350
}
351
352
public
String getTableName() {
353
return
this.getSchema().getTableName();
Callers
9
testTransformNativeRserveBigIntSupport
Method · 0.95
testCastType
Method · 0.95
testCastTypeMutable
Method · 0.95
testCastTypeMultipleColumns
Method · 0.95
testCastTypeMultipleColumnsInPlaceTrue
Method · 0.95
testBinningToLabels
Method · 0.95
testBinningToLabelsWithRightIncludeLowest
Method · 0.95
testBinningToLabelsPrecision
Method · 0.95
describeTable
Method · 0.95
Calls
2
getSchema
Method · 0.95
getColumn
Method · 0.65
Tested by
8
testTransformNativeRserveBigIntSupport
Method · 0.76
testCastType
Method · 0.76
testCastTypeMutable
Method · 0.76
testCastTypeMultipleColumns
Method · 0.76
testCastTypeMultipleColumnsInPlaceTrue
Method · 0.76
testBinningToLabels
Method · 0.76
testBinningToLabelsWithRightIncludeLowest
Method · 0.76
testBinningToLabelsPrecision
Method · 0.76