File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ import type {
3434 ArrowBatch as NativeArrowBatch ,
3535 ArrowSchema as NativeArrowSchema ,
3636 ExecuteOptions as NativeExecuteOptions ,
37- TypedValueInput as NativeTypedValueInput ,
38- NamedTypedValueInput as NativeNamedTypedValueInput ,
3937 AsyncStatement as NativeAsyncStatement ,
4038 AsyncResultHandle as NativeAsyncResultHandle ,
4139 CancellableExecution as NativeCancellableExecution ,
@@ -62,8 +60,6 @@ export interface KernelNativeRawParameterInput {
6260export type KernelNativeExecuteOptions = NativeExecuteOptions & {
6361 rawParams ?: KernelNativeRawParameterInput [ ] ;
6462} ;
65- export type KernelNativeTypedValueInput = NativeTypedValueInput ;
66- export type KernelNativeNamedTypedValueInput = NativeNamedTypedValueInput ;
6763
6864// Async-submit surface: `Connection.submitStatement` returns an
6965// `AsyncStatement` (status / awaitResult / cancel / close); `awaitResult`
You can’t perform that action at this time.
0 commit comments