OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mapd.parser.extension.ddl.SqlShowDiskCacheUsage Class Reference
+ Inheritance diagram for com.mapd.parser.extension.ddl.SqlShowDiskCacheUsage:
+ Collaboration diagram for com.mapd.parser.extension.ddl.SqlShowDiskCacheUsage:

Public Member Functions

 SqlShowDiskCacheUsage (final SqlParserPos pos)
 
 SqlShowDiskCacheUsage (final SqlParserPos pos, final List< String > tableNames)
 
- Public Member Functions inherited from com.mapd.parser.extension.ddl.SqlCustomDdl
 SqlCustomDdl (final SqlOperator operator, final SqlParserPos pos)
 
List< SqlNode > getOperandList ()
 
String toString ()
 
- Public Member Functions inherited from com.mapd.parser.extension.ddl.JsonSerializableDdl
default String toJsonString ()
 

Private Attributes

List< String > tableNames = null
 

Static Private Attributes

static final SqlOperator OPERATOR
 

Detailed Description

Class that encapsulates all information associated with a SHOW DISK CACHE USAGE DDL command.

Definition at line 16 of file SqlShowDiskCacheUsage.java.

Constructor & Destructor Documentation

com.mapd.parser.extension.ddl.SqlShowDiskCacheUsage.SqlShowDiskCacheUsage ( final SqlParserPos  pos)
inline
com.mapd.parser.extension.ddl.SqlShowDiskCacheUsage.SqlShowDiskCacheUsage ( final SqlParserPos  pos,
final List< String >  tableNames 
)
inline

Member Data Documentation

final SqlOperator com.mapd.parser.extension.ddl.SqlShowDiskCacheUsage.OPERATOR
staticprivate
Initial value:
=
new SqlSpecialOperator("SHOW_DISK_CACHE_USAGE", SqlKind.OTHER_DDL)

Definition at line 17 of file SqlShowDiskCacheUsage.java.

Referenced by com.mapd.parser.extension.ddl.SqlShowDiskCacheUsage.SqlShowDiskCacheUsage().

List<String> com.mapd.parser.extension.ddl.SqlShowDiskCacheUsage.tableNames = null
private

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