Merge branch 'smart-sharding-page' of github.com:xuejmnet/sharding-core into smart-sharding-page
This commit is contained in:
commit
4dbb113455
|
@ -0,0 +1,17 @@
|
||||||
|
using System;
|
||||||
|
using System.Linq;
|
||||||
|
using ShardingCore.Sharding.Enumerators;
|
||||||
|
|
||||||
|
namespace ShardingCore.Sharding
|
||||||
|
{
|
||||||
|
/*
|
||||||
|
* @Author: xjm
|
||||||
|
* @Description:
|
||||||
|
* @Date: Friday, 27 August 2021 22:49:22
|
||||||
|
* @Email: 326308290@qq.com
|
||||||
|
*/
|
||||||
|
public interface IShardingQueryExecutor<T>
|
||||||
|
{
|
||||||
|
IStreamMergeAsyncEnumerator<T> GetStreamMergeEnumerator();
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue