MCPcopy Create free account
hub / github.com/apache/impala / ValuesRow

Class ValuesRow

tests/comparison/query.py:770–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768
769
770class ValuesRow(object):
771 def __init__(self, items):
772 """
773 Represent a single row in a VALUES clause. The items are literals or expressions.
774 """
775 self.items = items
776
777
778class ValuesClause(object):

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected