MCPcopy Index your code
hub / github.com/awelm/simpledb / getType

Method getType

src/simpledb/Field.java:29–29  ·  view source on GitHub ↗

Returns the type of this field (see Type#INT_TYPE or Type#STRING_TYPE @return type of this field

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

TableStatsMethod · 0.95
compareTuplesMethod · 0.65
AggregateMethod · 0.65
readNextTupleMethod · 0.65
setFieldMethod · 0.65
estimateSelectivityMethod · 0.65
processExpressionMethod · 0.65
handleInsertStatementMethod · 0.65

Implementers 2

StringFieldsrc/simpledb/StringField.java
IntFieldsrc/simpledb/IntField.java

Calls

no outgoing calls

Tested by 1

compareTuplesMethod · 0.52