|
Kinetica C# API
Version 7.2.3.1
|
Integration tests for record retrieval. More...
Public Member Functions | |
| void | TestGetRecordsBasic () |
| void | TestGetRecordsByShardKey () |
| void | TestGetRecordsWithExpression () |
| void | TestGetRecordsMultipleKeys () |
| void | TestGetRecordsWithSorting () |
| void | TestGetRecordsPagination () |
| void | TestGetRecordsEmptyTable () |
| void | TestGetRecordsOffsetBeyondEnd () |
| void | TestGetRecordsSpecificColumns () |
| void | TestGetRecordsWithAggregation () |
| void | TestGetRecordsGroupBy () |
Integration tests for record retrieval.
These tests mirror the Rust record_retriever_tests.rs implementation. They test retrieval with various data types and shard keys.
Note: The C# RecordRetriever<T> requires strongly typed record classes, so these tests use SQL-based retrieval via executeSql for flexibility.
Definition at line 18 of file RecordRetrieverTests.cs.
|
inline |
Definition at line 64 of file RecordRetrieverTests.cs.
|
inline |
Definition at line 79 of file RecordRetrieverTests.cs.
|
inline |
Definition at line 169 of file RecordRetrieverTests.cs.
|
inline |
Definition at line 221 of file RecordRetrieverTests.cs.
|
inline |
Definition at line 112 of file RecordRetrieverTests.cs.
|
inline |
Definition at line 182 of file RecordRetrieverTests.cs.
|
inline |
Definition at line 145 of file RecordRetrieverTests.cs.
|
inline |
Definition at line 195 of file RecordRetrieverTests.cs.
|
inline |
Definition at line 208 of file RecordRetrieverTests.cs.
|
inline |
Definition at line 93 of file RecordRetrieverTests.cs.
|
inline |
Definition at line 132 of file RecordRetrieverTests.cs.