Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ schemaSize
Method
schemaSize
src/org/apache/pig/data/SchemaTuple.java:88–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
*/
87
public
abstract
int
getSchemaTupleIdentifier();
88
protected
abstract
int
schemaSize();
89
90
public
String getSchemaString() {
91
return
getSchema().toString();
Callers
10
set
Method · 0.95
readFields
Method · 0.95
set
Method · 0.80
compareTo
Method · 0.80
get
Method · 0.80
isNull
Method · 0.80
getType
Method · 0.80
setTypeAwareBase
Method · 0.80
getTypeAwareBase
Method · 0.80
readFields
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected