Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ setName
Method
setName
src/org/apache/pig/Expression.java:244–246 ·
view source on GitHub ↗
@param name the name to set
(String name)
Source
from the content-addressed store, hash-verified
242
* @param name the name to set
243
*/
244
public
void
setName(String name) {
245
this.name = name;
246
}
247
}
248
249
public
static
class
Const extends Expression {
Callers
7
updateMappedColNames
Method · 0.95
updateMappedColNames
Method · 0.95
createLogAppender
Method · 0.45
testToPigSchemaWithTwoLevelAccess
Method · 0.45
testToPigSchemaWithInvalidSchema
Method · 0.45
testToPigSchemaWithInvalidSchema2
Method · 0.45
testToStringAndParse
Method · 0.45
Calls
no outgoing calls
Tested by
5
createLogAppender
Method · 0.36
testToPigSchemaWithTwoLevelAccess
Method · 0.36
testToPigSchemaWithInvalidSchema
Method · 0.36
testToPigSchemaWithInvalidSchema2
Method · 0.36
testToStringAndParse
Method · 0.36