InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
contents of a field (other than CHARX or VARCHAR) More...
#include <infinisql.h>
Public Attributes | |
int64_t | integer |
uint64_t | uinteger |
bool | boolean |
long double | floating |
char | character |
contents of a field (other than CHARX or VARCHAR)
Definition at line 198 of file infinisql.h.
bool fieldInput_u::boolean |
Definition at line 202 of file infinisql.h.
Referenced by Transaction::addFieldToRow(), Index::addifnotthere(), Statement::andPredicate(), Engine::applyItem(), Statement::branchtotype(), Index::checkifmatch(), Index::checkifthere(), SubTransaction::commitRollbackUnlock(), compareFields(), Statement::continueUpdate(), SubTransaction::drainIndexLockQueue(), Ast::evaluate(), Transaction::getengine(), Transaction::getEngineid(), getPartitionid(), Index::getprevioussubtransactionid(), Transaction::makeFieldValue(), SubTransaction::processTransactionMessage(), Index::rm(), ApiInterface::selectRows(), Statement::stagedPredicate(), SubTransaction::uniqueIndex(), and ApiInterface::updateRow().
char fieldInput_u::character |
Definition at line 204 of file infinisql.h.
Referenced by Transaction::addFieldToRow(), Index::addifnotthere(), Statement::andPredicate(), Engine::applyItem(), Statement::branchtotype(), Index::checkifmatch(), Index::checkifthere(), SubTransaction::commitRollbackUnlock(), compareFields(), Statement::continueUpdate(), SubTransaction::drainIndexLockQueue(), Ast::evaluate(), Transaction::getengine(), Transaction::getEngineid(), getPartitionid(), Index::getprevioussubtransactionid(), Transaction::makeFieldValue(), SubTransaction::processTransactionMessage(), Index::rm(), ApiInterface::selectRows(), Statement::stagedPredicate(), SubTransaction::uniqueIndex(), and ApiInterface::updateRow().
long double fieldInput_u::floating |
Definition at line 203 of file infinisql.h.
Referenced by Transaction::addFieldToRow(), Index::addifnotthere(), Statement::andPredicate(), Engine::applyItem(), Index::checkifmatch(), Index::checkifthere(), SubTransaction::commitRollbackUnlock(), compareFields(), SubTransaction::drainIndexLockQueue(), Transaction::getengine(), Transaction::getEngineid(), getPartitionid(), Index::getprevioussubtransactionid(), Transaction::makeFieldValue(), SubTransaction::processTransactionMessage(), Index::rm(), ApiInterface::selectRows(), Statement::stagedPredicate(), Ast::toFloat(), SubTransaction::uniqueIndex(), and ApiInterface::updateRow().
int64_t fieldInput_u::integer |
Definition at line 200 of file infinisql.h.
Referenced by Transaction::addFieldToRow(), Index::addifnotthere(), Statement::andPredicate(), Engine::applyItem(), Statement::branchtotype(), Index::checkifmatch(), Index::checkifthere(), SubTransaction::commitRollbackUnlock(), compareFields(), Statement::continueUpdate(), SubTransaction::drainIndexLockQueue(), Ast::evaluate(), Transaction::getengine(), Transaction::getEngineid(), getPartitionid(), Index::getprevioussubtransactionid(), Transaction::makeFieldValue(), SubTransaction::processTransactionMessage(), Index::rm(), ApiInterface::selectRows(), Statement::stagedPredicate(), SubTransaction::uniqueIndex(), and ApiInterface::updateRow().
uint64_t fieldInput_u::uinteger |
Definition at line 201 of file infinisql.h.
Referenced by Transaction::addFieldToRow(), Index::addifnotthere(), Statement::andPredicate(), Engine::applyItem(), Statement::branchtotype(), Index::checkifmatch(), Index::checkifthere(), SubTransaction::commitRollbackUnlock(), compareFields(), Statement::continueUpdate(), SubTransaction::drainIndexLockQueue(), Ast::evaluate(), Transaction::getengine(), Transaction::getEngineid(), getPartitionid(), Index::getprevioussubtransactionid(), Transaction::makeFieldValue(), SubTransaction::processTransactionMessage(), Index::rm(), ApiInterface::selectRows(), SubTransaction::uniqueIndex(), and ApiInterface::updateRow().