Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awelm/simpledb
/ functions
Functions
643 in github.com/awelm/simpledb
⨍
Functions
643
◇
Types & classes
114
Method
open
()
test/simpledb/TestUtil.java:262
Method
open
()
src/simpledb/Project.java:37
Method
open
()
src/simpledb/StringAggregator.java:64
Method
open
()
src/simpledb/IntAggregator.java:109
Method
open
()
src/simpledb/OrderBy.java:33
Method
open
()
src/simpledb/Delete.java:30
Method
open
()
src/simpledb/Parser.java:556
Method
orderJoinsTest
Determine whether the orderJoins implementation is doing a reasonable job of ordering joins, and not taking an unreasonable amount of time to do so
test/simpledb/JoinOptimizerTest.java:205
Method
orderOfGrowthTest
Test to confirm that the IntHistogram implementation is constant-space (or, at least, reasonably small space; O(log(n)) might still work if your const
test/simpledb/IntHistogramTest.java:15
Method
pageno
Unit test for HeapPageId.pageno()
test/simpledb/HeapPageIdTest.java:31
Method
queryTest
()
test/simpledb/systemtest/QueryTest.java:44
Method
readNext
()
test/simpledb/TestUtil.java:276
Method
readNext
AbstractDbIterator.readNext implementation. Iterates over tuples from the child operator, projecting out the fields from the tuple @return The next tu
src/simpledb/Project.java:55
Method
readNext
Inserts tuples read from child into the tableid specified by the constructor. It returns a one field tuple containing the number of inserted records.
src/simpledb/Insert.java:62
Method
readNext
Returns the next tuple. If there is a group by field, then the first field is the field by which we are grouping, and the second field is the result
src/simpledb/Aggregate.java:105
Method
readNext
AbstractDbIterator.readNext implementation. Iterates over tuples from the child operator, applying the predicate to them and returning those that pass
src/simpledb/Filter.java:50
Method
readNext
()
src/simpledb/StringAggregator.java:72
Method
readNext
()
src/simpledb/IntAggregator.java:117
Method
readNext
Returns the next tuple generated by the join, or null if there are no more tuples. Logically, this is the next tuple in r1 cross r2 that satisfies the
src/simpledb/Join.java:142
Method
readNext
AbstractDbIterator.readNext implementation. Returns tuples from the child operator in order @return The next tuple in the ordering, or null if there
src/simpledb/OrderBy.java:57
Method
readNext
Deletes tuples as they are read from the child operator. Deletes are processed via the buffer pool (which can be accessed via the Database.getBufferPo
src/simpledb/Delete.java:51
Method
readPage
Unit test for HeapFile.readPage()
test/simpledb/HeapFileReadTest.java:68
Method
readPage
(PageId id)
test/simpledb/TestUtil.java:205
Method
readPage
(PageId pid)
test/simpledb/systemtest/ScanTest.java:81
Method
readPage
(PageId pid)
src/simpledb/HeapFile.java:61
Method
recover
Recover the database system by ensuring that the updates of committed transactions are installed and that the updates of uncommitted t
src/simpledb/LogFile.java:492
Method
rewind
Unit test for Aggregate.rewind()
test/simpledb/AggregateTest.java:99
Method
rewind
Unit test for Filter.rewind()
test/simpledb/FilterTest.java:39
Method
rewind
Unit test for Join.rewind()
test/simpledb/JoinTest.java:70
Method
rewind
()
test/simpledb/TestUtil.java:268
Method
rewind
()
src/simpledb/Project.java:46
Method
rewind
()
src/simpledb/Insert.java:44
Method
rewind
()
src/simpledb/StringAggregator.java:68
Method
rewind
()
src/simpledb/IntAggregator.java:113
Method
rewind
()
src/simpledb/HeapFile.java:201
Method
rewind
()
src/simpledb/OrderBy.java:47
Method
rewind
()
src/simpledb/TupleIterator.java:40
Method
rewind
Resets the iterator to the start. @throws DbException When rewind is unsupported.
src/simpledb/DbFileIterator.java:34
Method
rewind
()
src/simpledb/Delete.java:38
Method
rewind
Resets the iterator to the start. @throws DbException When rewind is unsupported.
src/simpledb/Parser.java:581
Method
run
()
test/simpledb/TestUtil.java:333
Method
run
()
test/simpledb/systemtest/TransactionTest.java:84
Method
run
()
test/simpledb/systemtest/TransactionTest.java:199
Method
serialize
Return a representation of this object as an array of integers, for writing to disk. Size of returned array must contain number of integers that co
src/simpledb/HeapPageId.java:63
Method
serialize
Write this string to dos. Always writes maxSize + 4 bytes to the passed in dos. First four bytes are string length, next bytes are string, w
src/simpledb/StringField.java:49
Method
serialize
(DataOutputStream dos)
src/simpledb/IntField.java:36
Method
setBeforeImage
()
src/simpledb/Page.java:58
Method
setUp
Set up initial resources for each unit test.
test/simpledb/DeadlockTest.java:26
Method
setUp
Initialize each unit test
test/simpledb/InsertTest.java:21
Method
setUp
Set up the test; create some initial tables to work with
test/simpledb/JoinOptimizerTest.java:49
Method
setUp
Set up initial resources for each unit test.
test/simpledb/LockingTest.java:22
Method
setUp
Initialize each unit test
test/simpledb/FilterTest.java:21
Method
setUp
Set up initial resources for each unit test.
test/simpledb/TransactionTest.java:19
Method
setUp
()
test/simpledb/TableStatsTest.java:22
Method
setUp
Set up initial resources for each unit test.
test/simpledb/HeapFileWriteTest.java:16
Method
setUp
Set up initial resources for each unit test.
test/simpledb/HeapFileReadTest.java:22
Method
setUp
()
test/simpledb/TestUtil.java:384
Method
setUp
Reset the database before each test is run.
test/simpledb/systemtest/SimpleDbTestBase.java:16
Method
shutdown
Shutdown the logging system, writing out whatever state is necessary so that start up can happen quickly (without extensive recovery.)
src/simpledb/LogFile.java:478
Method
suite
JUnit suite target
test/simpledb/HeapPageIdTest.java:82
Method
suite
JUnit suite target
test/simpledb/DeadlockTest.java:217
Method
suite
JUnit suite target
test/simpledb/StringAggregatorTest.java:110
Method
suite
JUnit suite target
test/simpledb/AggregateTest.java:182
Method
suite
JUnit suite target
test/simpledb/InsertTest.java:61
Method
suite
JUnit suite target
test/simpledb/TupleDescTest.java:173
Method
suite
JUnit suite target
test/simpledb/CatalogTest.java:74
Method
suite
JUnit suite target
test/simpledb/LockingTest.java:192
Method
suite
JUnit suite target
test/simpledb/IntAggregatorTest.java:184
Method
suite
JUnit suite target
test/simpledb/JoinPredicateTest.java:62
Method
suite
JUnit suite target
test/simpledb/FilterTest.java:126
Method
suite
JUnit suite target
test/simpledb/TransactionTest.java:118
Method
suite
JUnit suite target
test/simpledb/HeapPageWriteTest.java:132
Method
suite
JUnit suite target
test/simpledb/JoinTest.java:111
Method
suite
JUnit suite target
test/simpledb/HeapFileWriteTest.java:49
Method
suite
JUnit suite target
test/simpledb/RecordIdTest.java:68
Method
suite
JUnit suite target
test/simpledb/HeapFileReadTest.java:127
Method
suite
JUnit suite target
test/simpledb/HeapPageReadTest.java:126
Method
suite
JUnit suite target
test/simpledb/TupleTest.java:63
Method
suite
JUnit suite target
test/simpledb/PredicateTest.java:61
Method
suite
Make test compatible with older version of ant.
test/simpledb/systemtest/ScanTest.java:109
Method
suite
Make test compatible with older version of ant.
test/simpledb/systemtest/AggregateTest.java:116
Method
suite
Make test compatible with older version of ant.
test/simpledb/systemtest/AbortEvictionTest.java:42
Method
suite
Make test compatible with older version of ant.
test/simpledb/systemtest/EvictionTest.java:80
Method
suite
Make test compatible with older version of ant.
test/simpledb/systemtest/InsertTest.java:72
Method
suite
Make test compatible with older version of ant.
test/simpledb/systemtest/FilterTest.java:26
Method
suite
Make test compatible with older version of ant.
test/simpledb/systemtest/TransactionTest.java:251
Method
suite
Make test compatible with older version of ant.
test/simpledb/systemtest/JoinTest.java:73
Method
suite
Make test compatible with older version of ant.
test/simpledb/systemtest/DeleteTest.java:54
Method
sumAggregate
Unit test for Aggregate.getNext() using a sum aggregate
test/simpledb/AggregateTest.java:138
Method
sumStringGroupBy
Unit test for Aggregate.getNext() using a count aggregate with string types
test/simpledb/AggregateTest.java:127
Method
swapInnerOuter
()
src/simpledb/LogicalSubplanJoinNode.java:31
Method
tearDown
()
test/simpledb/HeapFileWriteTest.java:21
Method
tearDown
()
test/simpledb/HeapFileReadTest.java:29
Method
testAllDirtyFails
()
test/simpledb/systemtest/TransactionTest.java:229
Method
testAverage
()
test/simpledb/systemtest/AggregateTest.java:106
Method
testAverageNoGroup
()
test/simpledb/systemtest/AggregateTest.java:110
Method
testCache
Verifies that the buffer pool is actually caching data. @throws TransactionAbortedException @throws DbException
test/simpledb/systemtest/ScanTest.java:74
Method
testCount
()
test/simpledb/systemtest/AggregateTest.java:102
Method
testDirty
Unit test for HeapPage.isDirty()
test/simpledb/HeapPageWriteTest.java:34
Method
testDoNotEvictDirtyPages
Aborts a transaction and ensures that its effects were actually undone. This requires dirty pages to <em>not</em> get flushed to disk.
test/simpledb/systemtest/AbortEvictionTest.java:14
← previous
next →
501–600 of 643, ranked by callers