Kùzu C++ API
Loading...
Searching...
No Matches
kuzu::processor::LineContext Struct Reference

#include <copy_from_error.h>

Public Member Functions

void setNewLine (uint64_t start)
 
void setEndOfLine (uint64_t end)
 

Public Attributes

uint64_t startByteOffset
 
uint64_t endByteOffset
 
bool isCompleteLine
 

Member Function Documentation

◆ setEndOfLine()

void kuzu::processor::LineContext::setEndOfLine ( uint64_t end)

◆ setNewLine()

void kuzu::processor::LineContext::setNewLine ( uint64_t start)

Member Data Documentation

◆ endByteOffset

uint64_t kuzu::processor::LineContext::endByteOffset

◆ isCompleteLine

bool kuzu::processor::LineContext::isCompleteLine

◆ startByteOffset

uint64_t kuzu::processor::LineContext::startByteOffset

The documentation for this struct was generated from the following file: