MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / Iter

Method Iter

sdks/csharp/src/Table.cs:399–399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

397 public int Count => (int)Entries.CountDistinct;
398
399 public IEnumerable<Row> Iter() => Entries.Entries.Select(entry => (Row)entry.Value);
400
401 public Task<Row[]> RemoteQuery(string query) =>
402 conn.RemoteQuery<Row>($"SELECT {RemoteTableName}.* FROM {RemoteTableName} {query}");

Callers 15

ComputeUserCountsMethod · 0.45
FindInPriceRangeMethod · 0.45
BuildLeaderboardMethod · 0.45
FilterEventsMethod · 0.45
FindFirstIncompleteMethod · 0.45
StepMethod · 0.45
BuildOrderDetailsMethod · 0.45
SortedUuidsInsertMethod · 0.45
sorted_uuids_insertMethod · 0.45
update_position_allMethod · 0.45

Calls

no outgoing calls

Tested by 4

VerifySampleDumpMethod · 0.36
TestSumTypeEqualityMethod · 0.36