Kùzu C++ API
Loading...
Searching...
No Matches
reader.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstdint>
4
5
namespace
kuzu
{
6
namespace
common {
7
8
class
Reader
{
9
public
:
10
virtual
void
read
(uint8_t* data, uint64_t size) = 0;
11
virtual
~Reader
() =
default
;
12
13
virtual
bool
finished
() = 0;
14
};
15
16
}
// namespace common
17
}
// namespace kuzu
kuzu::common::Reader
Definition
reader.h:8
kuzu::common::Reader::read
virtual void read(uint8_t *data, uint64_t size)=0
kuzu::common::Reader::~Reader
virtual ~Reader()=default
kuzu::common::Reader::finished
virtual bool finished()=0
kuzu
Definition
alter_type.h:5
headers
reader.h
Generated by
1.12.0