C++ SDK Documentation  11.0.0
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CBasics::BigInt
 CBasics::BigInt::long_double_parts
 CBasics::FiveToScale
 CBasics::Uuid
 CEE::DAAllocation
 CEE::DataArea
 CEE::StringValue
 CParamReader
 CVertica::ParamWriterProvides write access to a set of named parameters. This class extends ParamReader to add type-specific methods to write values
 CVertica::ExecutorParamWriterAn ExecutorParamWriter is a ParamWriter whose scope is limited to a single executor node - it will never be serialized for transfer to a different node. As a result, any object which is allocated from a Vertica memory pool (i.e. a ServerInterface's allocator object) can have its address saved in the ExecutorParamWriter (see setPointer()), and be safely retrieved later on (see getPointer()) from a different API call in the same query
 Cvector
 CVertica::Fields
 CVertica::SizedColumnTypesRepresents types and information to determine the size of the columns as input/output of a User Defined Function/Transform
 CTypemod
 CTypemodFields
 CUDLFactory
 CVertica::FilterFactoryProduces and initializes UDFilters to transform input data before parsing
 CVertica::IterativeSourceFactorySource factory that works with a SourceIterator to produce UDSources
 CVertica::SourceFactoryProduces and initializes UDSources to process input data sources
 CVertica::ParserFactoryProduces and initializes UDParsers to parse input into tuples
 CVertica::BlockFormatter
 CVertica::BlockFormatterCout
 CVertica::ConcurrencyModel
 CVertica::CounterControllerClass to interact with counters
 CVertica::DataBuffer
 CVertica::defserializer< IsEnum, IsPointer, Archive, T >
 CVertica::defserializer< false, false, Archive, T >
 CVertica::defserializer< false, true, Archive, T >
 CVertica::defserializer< true, false, Archive, T >
 CVertica::Fields::Properties
 CVertica::FIunion
 CVertica::LengthBuffer
 CVertica::LibraryRegistrar
 CVertica::Model
 CVertica::OpenOptions
 CVertica::ParallelismInfo
 CVertica::PartitionOrderColumnInfoRepresents the partition by and order by column information for each phase in a multi-phase transform function
 CVertica::PlanContextShared query-plan state, used when different parts of query planning take place on different nodes. For example, if some work is done on the query initiator node and some is done on each node executing the query, this class stores shared state
 CVertica::NodeSpecifyingPlanContextInterface that allows storage of query-plan state, when different parts of query planning take place on different computers
 CVertica::ExecutorPlanContextAn ExecutorPlanContext is a PlanContext object whose scope is limited to a single executor node: it and its parameters will never be serialized. In addition to providing information about nodes involved in a query, it indicates how many threads are available and allocated for a load
 CVertica::Portion
 CVertica::RejectedRecord
 CVertica::ScopedTimerCounterClass to start an execution timer on construction and to automatically stop the timer on deconstruction or when manually called with stop()
 CVertica::SessionParamWriterMapThis class provides an interface for writing the Used defined session parameters
 CVertica::SimpleArchiveIn
 CVertica::SimpleArchiveOut
 CVertica::SplitArchiver< saving, Archive, T >
 CVertica::SplitArchiver< false, Archive, T >
 CVertica::SplitArchiver< true, Archive, T >
 CVertica::UDFileOperator
 CVertica::UDFileSystem
 CVertica::UDFileSystemStats
 CVertica::UDxCounterRequest
 CVertica::UDXFactoryParent class for UDx factories; not intended for direct use by applications
 CVertica::FunctionFactory
 CVertica::AggregateFunctionFactoryInterface for declaring parameters and return types for, and instantiating, an associated AggregateFunction
 CVertica::AnalyticFunctionFactoryInterface for declaring parameters and return types for, and instantiating, an associated AnalyticFunction
 CVertica::ScalarFunctionFactoryInterface for declaring parameters and return types for, and instantiating, an associated ScalarFunction
 CVertica::TransformFunctionFactoryInterface for declaring parameters and return types for, and instantiating, an associated TransformFunction
 CVertica::UDFileSystemFactory
 CVertica::UDXObjectBase class for Vertica User-Defined extensions (the function classes themselves). Not intended for direct use by applications
 CVertica::SourceIteratorConstructs a set of Sources to be used by an IterativeSourceFactory
 CVertica::DefaultSourceIterator
 CVertica::UDChunkerSeparates parser input into chunks at record boundaries, allowing parsing to proceed in parallel
 CVertica::UDFilterReads input data from a UDSource or another UDFilter and transforms it
 CVertica::UDParserParses an input stream into Vertica tuples (rows to be inserted into a table)
 CVertica::UDXFunction
 CVertica::AggregateFunctionInterface for User-Defined Aggregate Function (UDAF). A UDAF operates on one column of data and returns one column of data
 CVertica::AnalyticFunctionInterface for User-Defined Analytic Function (UDAnF). A UDAnF operates on rows of data and returns rows of data, not necessarily 1:1
 CVertica::ScalarFunctionInterface for User-Defined Scalar Function (UDSF). A UDSF produces a single value from a row of data
 CVertica::TransformFunctionInterface for User-Defined Transform Function (UDTF). A UDTF operates on a table segment and returns zero or more rows of data
 CVertica::UnsizedUDSourceBase class for UDSource. Use, with IterativeSourceFactory, if computing the size of a source up front would be prohibitively expensive, or if the number of distinct sources would be prohibitively large to use the standard API. Typically you should use UDSource instead
 CVertica::UDSourceAcquires data from an external source (such as a file or URL) and produces that data in a streaming manner
 CVertica::UDxRegistrar
 CVertica::VerticaBlock: Represents an in-memory block of tuples
 CVertica::BlockReaderIterator interface for reading rows in a Vertica block
 CVertica::BlockWriterIterator interface for writing rows to a Vertica block
 CVertica::VerticaBuildInfo
 CVertica::VerticaTypeRepresents types of data that are passed into and returned back from user's code
 CVertica::VerticaValueRangeThis class represents value ranges used in analyzing the output of UDSFs. A range is expressed as a minimum/maximum value (inclusive) pair
 CVertica::VerticaValueRange::ValueRange
 CVertica::VIntervalRepresentation of an Interval in Vertica
 CVertica::VIntervalYMRepresentation of an IntervalYM in Vertica. An Interval can be broken up into years and months
 CVertica::VResources
 CVertica::VStringRepresentation of a String in Vertica. All character data is internally encoded as UTF-8 characters and is not NULL terminated
 CVertica::VTAllocatorA pool-based allocator that is provided to simplify memory management for UDF implementors
 CVertica::VUuidRepresentation of Universally Unique Identifier (UUID) data type in Vertica
 CVNumeric
 CVertica::VNumericTemp< Alloc >