MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / getType

Method getType

src/java/simpledb/storage/Field.java:32–32  ·  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

30 * @return type of this field
31 */
32 Type getType();
33
34 /**
35 * Hash code.

Callers 5

processExpressionMethod · 0.65
handleInsertStatementMethod · 0.65
insertEntryMethod · 0.65
TableStatsMethod · 0.65
estimateSelectivityMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected