MCPcopy Create free account
hub / github.com/apache/datafusion / df_count

Function df_count

datafusion/core/tests/dataframe/mod.rs:1617–1621  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1615
1616#[tokio::test]
1617async fn df_count() -> Result<()> {
1618 let count = test_table().await?.count().await?;
1619 assert_eq!(100, count);
1620 Ok(())
1621}
1622
1623#[tokio::test]
1624async fn explain() -> Result<()> {

Callers

nothing calls this directly

Calls 2

test_tableFunction · 0.85
countMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…